Document pixels sent by the extension #2739
Annotations
1 error, 2 warnings, and 1 notice
Run tests:
integration-test/fingerprint-randomization.spec.js#L29
1) [chromium] › fingerprint-randomization.spec.js:24:13 › First Party Fingerprint Randomization › Embedded same/cross-origin frames should match parent (frame: http://test.example:8081)
Error: ENOENT: no such file or directory, open '/home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/data/pages/fingerprintjs/v4.5.1/npm-monitoring'
27 | await page.route('**/*', async (route) => {
28 | const url = new URL(route.request().url());
> 29 | const data = await fs.promises.readFile(path.join(__dirname, 'data', 'pages', url.pathname));
| ^
30 | return route.fulfill({
31 | status: 200,
32 | body: data,
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/fingerprint-randomization.spec.js:29:30
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run actions/upload-artifact@v4
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
Run tests
1 flaky
[chromium] › fingerprint-randomization.spec.js:24:13 › First Party Fingerprint Randomization › Embedded same/cross-origin frames should match parent (frame: http://test.example:8081)
3 skipped
11 passed (44.3s)
|
Loading