Skip to content

maintaince workflow #257

maintaince workflow

maintaince workflow #257

Triggered via pull request July 6, 2024 18:47
Status Failure
Total duration 37s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
tests/e2e.spec.ts: tests/e2e.spec.ts#L5
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/playwright/lib/common/testType.js:71:13 ❯ TestTypeImpl._describe node_modules/playwright/lib/common/testType.js:104:24 ❯ Function.describe node_modules/playwright/lib/transform/transform.js:256:12 ❯ tests/e2e.spec.ts:5:6
tests-examples/demo-todo-app.spec.ts: tests-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 ❯ tests-examples/demo-todo-app.spec.ts:3:6
build
Process completed with exit code 2.