Skip to content

add linux dep

add linux dep #3

Triggered via push August 20, 2024 14:44
Status Failure
Total duration 28s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 errors
e2e/example.spec.ts: OCR/frontend/e2e/example.spec.ts#L3
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/playwright/lib/common/testType.js:71:13 ❯ TestTypeImpl._createTest node_modules/playwright/lib/common/testType.js:80:24 ❯ Module.test node_modules/playwright/lib/transform/transform.js:256:12 ❯ e2e/example.spec.ts:3:1
e2e-examples/demo-todo-app.spec.ts: OCR/frontend/e2e-examples/demo-todo-app.spec.ts#L3
Error: Playwright Test did not expect test.beforeEach() to be called here. Most common reasons include: - You are calling test.beforeEach() in a configuration file. - You are calling test.beforeEach() 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._hook node_modules/playwright/lib/common/testType.js:144:24 ❯ Function.beforeEach node_modules/playwright/lib/transform/transform.js:256:12 ❯ e2e-examples/demo-todo-app.spec.ts:3:6
test
Process completed with exit code 1.