Playwright Tests #62
Annotations
4 errors, 1 warning, and 1 notice
|
test
Process completed with exit code 1.
|
|
[chromium] › test/playwright/site.spec.js:18:5 › code copy buttons:
test/playwright/site.spec.js#L20
1) [chromium] › test/playwright/site.spec.js:18:5 › code copy buttons ────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Playwright Test did not expect test.describe.configure() to be called here.
Most common reasons include:
- You are calling test.describe.configure() in a configuration file.
- You are calling test.describe.configure() 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.
18 | test('code copy buttons', async ({ page, context }) => {
19 |
> 20 | test.describe.configure({ retries: 3 });
| ^
21 |
22 | await context.grantPermissions(['clipboard-read']);
23 | await page.goto('https://docs.etherlink.com/get-started/network-information');
at /home/runner/work/docs/docs/test/playwright/site.spec.js:20:17
|
|
[chromium] › test/playwright/site.spec.js:18:5 › code copy buttons:
test/playwright/site.spec.js#L20
1) [chromium] › test/playwright/site.spec.js:18:5 › code copy buttons ────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Playwright Test did not expect test.describe.configure() to be called here.
Most common reasons include:
- You are calling test.describe.configure() in a configuration file.
- You are calling test.describe.configure() 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.
18 | test('code copy buttons', async ({ page, context }) => {
19 |
> 20 | test.describe.configure({ retries: 3 });
| ^
21 |
22 | await context.grantPermissions(['clipboard-read']);
23 | await page.goto('https://docs.etherlink.com/get-started/network-information');
at /home/runner/work/docs/docs/test/playwright/site.spec.js:20:17
|
|
[chromium] › test/playwright/site.spec.js:18:5 › code copy buttons:
test/playwright/site.spec.js#L20
1) [chromium] › test/playwright/site.spec.js:18:5 › code copy buttons ────────────────────────────
Error: Playwright Test did not expect test.describe.configure() to be called here.
Most common reasons include:
- You are calling test.describe.configure() in a configuration file.
- You are calling test.describe.configure() 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.
18 | test('code copy buttons', async ({ page, context }) => {
19 |
> 20 | test.describe.configure({ retries: 3 });
| ^
21 |
22 | await context.grantPermissions(['clipboard-read']);
23 | await page.goto('https://docs.etherlink.com/get-started/network-information');
at /home/runner/work/docs/docs/test/playwright/site.spec.js:20:17
|
|
test
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
1 failed
[chromium] › test/playwright/site.spec.js:18:5 › code copy buttons ─────────────────────────────
4 passed (6.9s)
|