feat: add basic playwright test #1482
Annotations
2 errors and 1 warning
examples/grid/e2e/grid.spec.ts:
examples/grid/e2e/grid.spec.ts#L32
Error: Playwright Test did not expect test() to be called here.
Most common reasons include:
- You are calling test() in a configuration file.
- You are calling test() 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._createTest node_modules/.pnpm/playwright@1.49.1/node_modules/playwright/lib/common/testType.js:78:24
❯ Module.<anonymous> node_modules/.pnpm/playwright@1.49.1/node_modules/playwright/lib/transform/transform.js:288:12
❯ examples/grid/e2e/grid.spec.ts:32:1
|
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
|