closes issue 136 - #242
Merged
Merged
Annotations
3 errors and 2 warnings
|
Run unit tests
Process completed with exit code 1.
|
|
Run unit tests:
frontend/e2e/send.spec.ts#L3
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.
- You are calling test.describe() from an async test.describe() block. Only sync ones are supported.
❯ _TestTypeImpl._currentSuite node_modules/playwright/lib/common/index.js:2257:13
❯ _TestTypeImpl._describe node_modules/playwright/lib/common/index.js:2298:24
❯ Function.describe node_modules/playwright/lib/common/index.js:1220:12
❯ e2e/send.spec.ts:3:6
|
|
Run unit tests:
frontend/e2e/home.spec.ts#L3
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.
- You are calling test.describe() from an async test.describe() block. Only sync ones are supported.
❯ _TestTypeImpl._currentSuite node_modules/playwright/lib/common/index.js:2257:13
❯ _TestTypeImpl._describe node_modules/playwright/lib/common/index.js:2298:24
❯ Function.describe node_modules/playwright/lib/common/index.js:1220:12
❯ e2e/home.spec.ts:3:6
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Upload Playwright report
No files were found with the provided path: frontend/playwright-report/. No artifacts will be uploaded.
|
background
wait
wait-all
cancel
parallel
Loading