Test/end to end testing #56
Annotations
5 errors
|
lint-and-test
Process completed with exit code 1.
|
|
e2e/landing.spec.ts:
e2e/landing.spec.ts#L3
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:75:13
❯ TestTypeImpl._describe node_modules/playwright/lib/common/testType.js:115:24
❯ Function.describe node_modules/playwright/lib/transform/transform.js:282:12
❯ e2e/landing.spec.ts:3:6
|
|
e2e/form-builder.spec.ts:
e2e/form-builder.spec.ts#L4
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:75:13
❯ TestTypeImpl._describe node_modules/playwright/lib/common/testType.js:115:24
❯ Function.describe node_modules/playwright/lib/transform/transform.js:282:12
❯ e2e/form-builder.spec.ts:4:6
|
|
e2e/dashboard.spec.ts:
e2e/dashboard.spec.ts#L4
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:75:13
❯ TestTypeImpl._describe node_modules/playwright/lib/common/testType.js:115:24
❯ Function.describe node_modules/playwright/lib/transform/transform.js:282:12
❯ e2e/dashboard.spec.ts:4:6
|
|
e2e/auth.spec.ts:
e2e/auth.spec.ts#L9
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:75:13
❯ TestTypeImpl._describe node_modules/playwright/lib/common/testType.js:115:24
❯ Function.describe node_modules/playwright/lib/transform/transform.js:282:12
❯ e2e/auth.spec.ts:9:6
|