Load localhost:5050 on your browser and ensure that the Chatwoot server is running.Navigate to your Chatwoot local directory and execute the following command to run the Cypress tests:
Copy
pnpm cypress open --project ./spec
This will open the Cypress Test Runner where you can:
Choose a browser for running tests
Select test files to run individual or all tests
Watch tests run in real-time with step-by-step execution
Debug failed tests with detailed error information