Add support for @defer and @stream
#10
Annotations
2 errors and 1 warning
|
error: Playwright Test did not expect test.describe() to be called here.:
e2e/node_modules/playwright/lib/common/testType.js#L74
- 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.
at _currentSuite (/home/runner/work/strawberry/strawberry/e2e/node_modules/playwright/lib/common/testType.js:74:13)
at _describe (/home/runner/work/strawberry/strawberry/e2e/node_modules/playwright/lib/common/testType.js:106:24)
at /home/runner/work/strawberry/strawberry/e2e/src/tests/graphql-clients.spec.ts:3:6
at <anonymous> (2:1)
|
|
🎭 Run E2E Tests
Process completed with exit code 1.
|
|
🎭 Run E2E Tests
No files were found with the provided path: e2e/playwright-report/. No artifacts will be uploaded.
|