BusyBe E2E is an end-to-end testing suite for the BusyBe application. It leverages Cypress for automated UI testing.
Ensure you have the following installed before running the tests:
- Node.js (latest LTS recommended)
- npm
- A valid
SLACK_TOKEN
Clone the repo and run the following
npm installTo run tests in headless mode:
SLACK_TOKEN=<your_slack_token> make testTo open Cypress and run tests manually:
npm run cy:openThe E2E suite runs daily at midnight UTC.
You can also run trigger the action manually here