feat(gha): add playwright tests & GHA workflow #55
pr_deploy.yml
on: pull_request
Annotations
4 errors
End-to-end Tests
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)
|
End-to-end Tests
Error: No tests found
|
End-to-end Tests
Process completed with exit code 1.
|
End-to-end Tests
Process completed with exit code 1.
|