feat: add Playwright e2e tests and update CI workflow #16
ci-tests.yml
on: pull_request
Run unit tests
28s
Run Playwright e2e tests
0s
Annotations
7 errors
|
Run unit tests
Process completed with exit code 1.
|
|
playwright/tests/wizard.spec.ts:
playwright/tests/wizard.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:74:13
❯ TestTypeImpl._createTest node_modules/playwright/lib/common/testType.js:87:24
❯ node_modules/playwright/lib/transform/transform.js:275:12
❯ playwright/tests/wizard.spec.ts:3:1
|
|
playwright/tests/summary.spec.ts:
playwright/tests/summary.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:74:13
❯ TestTypeImpl._createTest node_modules/playwright/lib/common/testType.js:87:24
❯ node_modules/playwright/lib/transform/transform.js:275:12
❯ playwright/tests/summary.spec.ts:3:1
|
|
playwright/tests/stacks.spec.ts:
playwright/tests/stacks.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:74:13
❯ TestTypeImpl._createTest node_modules/playwright/lib/common/testType.js:87:24
❯ node_modules/playwright/lib/transform/transform.js:275:12
❯ playwright/tests/stacks.spec.ts:3:1
|
|
playwright/tests/repo-scan.spec.ts:
playwright/tests/repo-scan.spec.ts#L22
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:74:13
❯ TestTypeImpl._createTest node_modules/playwright/lib/common/testType.js:87:24
❯ node_modules/playwright/lib/transform/transform.js:275:12
❯ playwright/tests/repo-scan.spec.ts:22:1
|
|
playwright/tests/landing.spec.ts:
playwright/tests/landing.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:74:13
❯ TestTypeImpl._createTest node_modules/playwright/lib/common/testType.js:87:24
❯ node_modules/playwright/lib/transform/transform.js:275:12
❯ playwright/tests/landing.spec.ts:3:1
|
|
playwright/tests/existing.spec.ts:
playwright/tests/existing.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:74:13
❯ TestTypeImpl._createTest node_modules/playwright/lib/common/testType.js:87:24
❯ node_modules/playwright/lib/transform/transform.js:275:12
❯ playwright/tests/existing.spec.ts:3:1
|