Skip to content

e2e tests added

e2e tests added #224

Triggered via pull request October 16, 2024 08:38
Status Failure
Total duration 2m 13s
Artifacts

pr-check.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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.