Contributing Running tests Unit tests npm run test E2E tests Setup any environment variables required for the E2E environment: cp .env.test.example .env.test # Edit .env.test to add any required environment variables Run the E2E tests: npm run test:e2e