Github Actions - Run tests and stale PR #1
Annotations
4 errors
test
Process completed with exit code 1.
|
e2e/encoder.spec.ts:
e2e/encoder.spec.ts#L33
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:72:13
❯ TestTypeImpl._describe node_modules/playwright/lib/common/testType.js:104:24
❯ Function.describe node_modules/playwright/lib/transform/transform.js:288:12
❯ e2e/encoder.spec.ts:33:6
|
e2e/decoder.spec.ts:
e2e/decoder.spec.ts#L33
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:72:13
❯ TestTypeImpl._describe node_modules/playwright/lib/common/testType.js:104:24
❯ Function.describe node_modules/playwright/lib/transform/transform.js:288:12
❯ e2e/decoder.spec.ts:33:6
|
e2e/debugger.spec.ts:
e2e/debugger.spec.ts#L15
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
❯ e2e/debugger.spec.ts:15:1
|