Skip to content

chore(chrome-extension): update example to include content and background scripts #2210

chore(chrome-extension): update example to include content and background scripts

chore(chrome-extension): update example to include content and background scripts #2210

Triggered via pull request October 17, 2024 06:04
Status Success
Total duration 5m 31s
Artifacts

node.js.yml

on: pull_request
changes
3s
changes
Matrix: unit
Fit to window
Zoom out
Zoom in

Annotations

1 error, 6 warnings, and 1 notice
[Microsoft Edge] › integration.spec.ts:375:7 › Browser Integration › it sends user feedback for notice on submit: packages/js/test/e2e/integration.spec.ts#L410
1) [Microsoft Edge] › integration.spec.ts:375:7 › Browser Integration › it sends user feedback for notice on submit Error: expect(received).toContain(expected) // indexOf Expected substring: "<script src=\"https://api.honeybadger.io/v2/feedback?format=js&amp;api_key=integration_sandbox&amp;token=test&amp;name=integration%20test&amp;email=integration-test%40honeybadger.io&amp;comment=ci%20integration%20comment\"></script>" Received string: " <p> <label for=\"honeybadger-feedback-name\" id=\"honeybadger-feedback-label-name\"> Name </label><br> <input type=\"text\" name=\"name\" id=\"honeybadger-feedback-name\"> </p>· <p> <label for=\"honeybadger-feedback-email\" id=\"honeybadger-feedback-label-email\"> Your email address </label><br> <input type=\"email\" name=\"email\" id=\"honeybadger-feedback-email\" value=\"\"> </p>· <p> <label for=\"honeybadger-feedback-comment\" id=\"honeybadger-feedback-label-comment\"> Comment (required) </label><br> <textarea name=\"comment\" id=\"honeybadger-feedback-comment\" cols=\"50\" rows=\"6\" required=\"\"></textarea> </p>· <p id=\"honeybadger-feedback-error\" style=\"display: block;\"> There was an error. Please try again later. <br> <span id=\"honeybadger-feedback-error-detail\"></span> </p>· <p> <input type=\"submit\" class=\"honeybadger-feedback-button\" id=\"honeybadger-feedback-submit\" value=\"Send\"> <input type=\"button\" class=\"honeybadger-feedback-button plain\" id=\"honeybadger-feedback-cancel\" value=\"Cancel\"> </p> " 408 | const form = page.locator('form#honeybadger-feedback-form') 409 | const htmlString = await form.innerHTML() > 410 | expect(htmlString).toContain(`<script src="${feedbackSubmitUrl}"></script>`) | ^ 411 | }) 412 | 413 | test('it closes user feedback form on cancel', async ({ page }) => { at /home/runner/work/honeybadger-js/honeybadger-js/packages/js/test/e2e/integration.spec.ts:410:24
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 (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 (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 (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 [Microsoft Edge] › integration.spec.ts:375:7 › Browser Integration › it sends user feedback for notice on submit 2 skipped 228 passed (3.1m)