Skip to content

feat: add basic playwright test #1483

feat: add basic playwright test

feat: add basic playwright test #1483

Triggered via pull request January 14, 2025 14:05
Status Failure
Total duration 1m 5s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
examples/grid/e2e/grid.spec.ts: examples/grid/e2e/grid.spec.ts#L40
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/.pnpm/playwright@1.49.1/node_modules/playwright/lib/common/testType.js:72:13 ❯ TestTypeImpl._describe node_modules/.pnpm/playwright@1.49.1/node_modules/playwright/lib/common/testType.js:104:24 ❯ Function.describe node_modules/.pnpm/playwright@1.49.1/node_modules/playwright/lib/transform/transform.js:288:12 ❯ examples/grid/e2e/grid.spec.ts:40:6
tests
Process completed with exit code 1.
tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636