e2e tests added #224
pr-check.yaml
on: pull_request
Windows
2m 1s
macOS
1m 46s
Linux
58s
linter, formatters and unit tests
19s
Annotations
2 errors
tests/src/developer-sandbox.spec.ts:
tests/src/developer-sandbox.spec.ts#L41
Error: Playwright Test did not expect test.use() to be called here.
Most common reasons include:
- You are calling test.use() in a configuration file.
- You are calling test.use() 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._use node_modules/playwright/lib/common/testType.js:218:24
❯ Function.use node_modules/playwright/lib/transform/transform.js:289:12
❯ tests/src/developer-sandbox.spec.ts:41:6
|
linter, formatters and unit tests
Process completed with exit code 1.
|