docs: Improve contributing.md
, add incident instructions INTER-945
#509
ci.yml
on: pull_request
Lint
1m 29s
Unit tests
1m 28s
Matrix: Playwright e2e tests
Annotations
1 error, 5 warnings, and 3 notices
[webkit] › playground.spec.ts:104:7 › Playground page › Clicking JSON link scrolls to appropriate JSON property:
e2e/playground.spec.ts#L106
1) [webkit] › playground.spec.ts:104:7 › Playground page › Clicking JSON link scrolls to appropriate JSON property
Error: Timed out 5000ms waiting for expect(locator).toBeInViewport()
Locator: locator('span.json-view--property:text("rawDeviceAttributes")')
Expected: in viewport
Received: outside viewport
Call log:
- expect.toBeInViewport with timeout 5000ms
- waiting for locator('span.json-view--property:text("rawDeviceAttributes")')
- locator resolved to <span class="json-view--property">rawDeviceAttributes</span>
- unexpected value "viewport ratio 0"
- locator resolved to <span class="json-view--property">rawDeviceAttributes</span>
- unexpected value "viewport ratio 0"
- locator resolved to <span class="json-view--property">rawDeviceAttributes</span>
- unexpected value "viewport ratio 0"
- locator resolved to <span class="json-view--property">rawDeviceAttributes</span>
- unexpected value "viewport ratio 0"
- locator resolved to <span class="json-view--property">rawDeviceAttributes</span>
- unexpected value "viewport ratio 0"
- locator resolved to <span class="json-view--property">rawDeviceAttributes</span>
- unexpected value "viewport ratio 0"
- locator resolved to <span class="json-view--property">rawDeviceAttributes</span>
- unexpected value "viewport ratio 0"
- locator resolved to <span class="json-view--property">rawDeviceAttributes</span>
- unexpected value "viewport ratio 0"
104 | test('Clicking JSON link scrolls to appropriate JSON property', async ({ page }) => {
105 | await page.getByText('See the JSON below').click({ force: true });
> 106 | await expect(page.locator('span.json-view--property:text("rawDeviceAttributes")')).toBeInViewport();
| ^
107 | });
108 | });
109 |
at /home/runner/work/fingerprintjs-pro-use-cases/fingerprintjs-pro-use-cases/e2e/playground.spec.ts:106:88
|
Unit tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Playwright e2e tests (2, 3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Playwright e2e tests (3, 3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Playwright e2e tests (1, 3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
🎭 Playwright Run Summary
3 skipped
36 passed (2.6m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › playground.spec.ts:104:7 › Playground page › Clicking JSON link scrolls to appropriate JSON property
1 skipped
37 passed (3.1m)
|
🎭 Playwright Run Summary
39 passed (3.4m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report-1
Expired
|
206 KB |
|
playwright-report-2
Expired
|
205 KB |
|
playwright-report-3
Expired
|
2.42 MB |
|