You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: ENV_NAME is not defined
at example.spec.ts:7
5 | const ENV_NAME = process.env.ENV_NAME;
6 | if (!ENV_NAME) {
> 7 | throw new Error('ENV_NAME is not defined');
| ^
8 | }
9 |
10 | test('has title', async ({page}) => {
at Object.<anonymous> (/home/runner/work/greenstar/greenstar/e2e/tests/example.spec.ts:7:11)
Error: No tests found
Process completed with exit code 1.
Process completed with exit code 4.
The logs for this run have expired and are no longer available.