Skip to content

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.

  1. Navigate to the tests directory:
bash
cd tests
  1. Install dependencies:
bash
npm install
  1. Create your .env file from the example:
bash
cp .env.example .env
  1. Run all E2E tests:
bash
npm run test:e2e