feat(43): Add e2e tests with playwright #38
Annotations
2 errors and 1 warning
tests/signup.spec.ts:
tests/signup.spec.ts#L4
Error: Playwright Test did not expect test.describe() to be called here.
Most common reasons include:
- You are calling test.describe() in a configuration file.
- You are calling test.describe() in a file that is imported by the configuration file.
- You have two different versions of @playwright/test. This usually happens
when one of the dependencies in your package.json depends on @playwright/test.
❯ TestTypeImpl._currentSuite node_modules/playwright/lib/common/testType.js:71:13
❯ TestTypeImpl._describe node_modules/playwright/lib/common/testType.js:104:24
❯ Function.describe node_modules/playwright/lib/transform/transform.js:289:12
❯ tests/signup.spec.ts:4:6
|
build
Process completed with exit code 1.
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|