Frontend tests #317
Annotations
5 errors
|
lint
Process completed with exit code 1.
|
|
test-frontend
Process completed with exit code 1.
|
|
error: Playwright Test did not expect test() to be called here.:
node_modules/playwright/lib/common/testType.js#L75
- 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.
at _currentSuite (/home/runner/work/bun-actionhero/bun-actionhero/node_modules/playwright/lib/common/testType.js:75:17)
at _createTest (/home/runner/work/bun-actionhero/bun-actionhero/node_modules/playwright/lib/common/testType.js:88:24)
at /home/runner/work/bun-actionhero/bun-actionhero/frontend/playwright/happy-path.spec.ts:3:1
at loadAndEvaluateModule (2:1)
|
|
error: Playwright Test did not expect test() to be called here.:
node_modules/playwright/lib/common/testType.js#L75
- 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.
at _currentSuite (/home/runner/work/bun-actionhero/bun-actionhero/node_modules/playwright/lib/common/testType.js:75:17)
at _createTest (/home/runner/work/bun-actionhero/bun-actionhero/node_modules/playwright/lib/common/testType.js:88:24)
at /home/runner/work/bun-actionhero/bun-actionhero/frontend/playwright/status.spec.ts:8:1
at loadAndEvaluateModule (2:1)
|
|
error: Playwright Test did not expect test() to be called here.:
node_modules/playwright/lib/common/testType.js#L75
- 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.
at _currentSuite (/home/runner/work/bun-actionhero/bun-actionhero/node_modules/playwright/lib/common/testType.js:75:17)
at _createTest (/home/runner/work/bun-actionhero/bun-actionhero/node_modules/playwright/lib/common/testType.js:88:24)
at /home/runner/work/bun-actionhero/bun-actionhero/frontend/playwright/swagger.spec.ts:3:1
at loadAndEvaluateModule (2:1)
|