Upgrade extensions template #959
Annotations
3 errors, 2 warnings, and 1 notice
Integration tests:
custom-log-console/ui-tests/tests/custom-log-console.spec.ts#L1
1) tests/custom-log-console.spec.ts:3:5 › should open a log panel and filter message depending on the log level.
Test timeout of 60000ms exceeded.
|
Integration tests:
custom-log-console/ui-tests/tests/custom-log-console.spec.ts#L43
1) tests/custom-log-console.spec.ts:3:5 › should open a log panel and filter message depending on the log level.
Error: proxy.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('button:has-text("Add Checkpoint")')
41 |
42 | // Click button:has-text("Add Checkpoint")
> 43 | await page.click('button:has-text("Add Checkpoint")');
| ^
44 |
45 | expect(await page.waitForSelector('hr')).toBeTruthy();
46 |
at /home/runner/work/extension-examples/extension-examples/custom-log-console/ui-tests/tests/custom-log-console.spec.ts:43:14
|
Integration tests
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "ui-test-output".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Integration tests
1 failed
tests/custom-log-console.spec.ts:3:5 › should open a log panel and filter message depending on the log level.
|
Loading