Testing
This guide explains how to run Cobalt's end-to-end (E2E) test suite locally.
WARNING
Make sure the dashboard and all required containers are running before executing tests.
- Navigate to the tests directory:
bash
cd tests- Install dependencies:
bash
npm install- Create your
.envfile from the example:
bash
cp .env.example .env- Run all E2E tests:
bash
npm run test:e2e