Skip to content

test: add e2e test suite #1

test: add e2e test suite

test: add e2e test suite #1

Triggered via pull request November 20, 2024 10:09
Status Failure
Total duration 35s
Artifacts

unit-tests.yml

on: pull_request
Run tests
23s
Run tests
Fit to window
Zoom out
Zoom in

Annotations

3 errors
tests/e2e/user/access.spec.ts: tests/e2e/user/access.spec.ts#L6
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:72:13 ❯ TestTypeImpl._createTest node_modules/playwright/lib/common/testType.js:78:24 ❯ Module.<anonymous> node_modules/playwright/lib/transform/transform.js:288:12 ❯ tests/e2e/user/access.spec.ts:6:1
tests/e2e/user/setup.spec.ts: tests/e2e/user/setup.spec.ts#L5
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:72:13 ❯ TestTypeImpl._createTest node_modules/playwright/lib/common/testType.js:78:24 ❯ Module.<anonymous> node_modules/playwright/lib/transform/transform.js:288:12 ❯ tests/e2e/user/setup.spec.ts:5:1
Run tests
Process completed with exit code 1.