chore(chrome-extension): update example to include content and background scripts #2209
Annotations
2 errors, 6 warnings, and 1 notice
[webkit] › integration.spec.ts:160:7 › Browser Integration › it sends XHR breadcrumbs for absolute paths:
packages/js/test/e2e/integration.spec.ts#L1
1) [webkit] › integration.spec.ts:160:7 › Browser Integration › it sends XHR breadcrumbs for absolute paths
Test timeout of 30000ms exceeded.
|
[webkit] › integration.spec.ts:160:7 › Browser Integration › it sends XHR breadcrumbs for absolute paths:
packages/js/test/e2e/integration.spec.ts#L161
1) [webkit] › integration.spec.ts:160:7 › Browser Integration › it sends XHR breadcrumbs for absolute paths
Error: page.evaluateHandle: Test timeout of 30000ms exceeded.
159 |
160 | test('it sends XHR breadcrumbs for absolute paths', async ({ page }) => {
> 161 | const resultHandle = await page.evaluateHandle(async _ => {
| ^
162 | return new Promise<void>(function (resolve, _reject) {
163 | const request = new XMLHttpRequest()
164 | request.open('GET', 'https://example.com/example/path', true);
at /home/runner/work/honeybadger-js/honeybadger-js/packages/js/test/e2e/integration.spec.ts:161:37
|
changes
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2. 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/checkout@v3, 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/
|
unit (18.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
|
unit (16.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
|
unit (14.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
|
integration
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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
1 flaky
[webkit] › integration.spec.ts:160:7 › Browser Integration › it sends XHR breadcrumbs for absolute paths
2 skipped
228 passed (3.0m)
|