Upgrade extensions template #959
Annotations
2 errors, 2 warnings, and 1 notice
Integration tests:
react-widget/ui-tests/tests/react-widget.spec.ts#L28
1) tests/react-widget.spec.ts:3:5 › should open a new panel with a react component ───────────────
Error: expect(Buffer).toMatchSnapshot(expected)
610 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/extension-examples/extension-examples/react-widget/ui-tests/tests/react-widget.spec.ts-snapshots/react-widget-example-linux.png
Received: /home/runner/work/extension-examples/extension-examples/react-widget/ui-tests/test-results/tests-react-widget-should--ae9ea-anel-with-a-react-component/react-widget-example-actual.png
Diff: /home/runner/work/extension-examples/extension-examples/react-widget/ui-tests/test-results/tests-react-widget-should--ae9ea-anel-with-a-react-component/react-widget-example-diff.png
26 | ]);
27 |
> 28 | expect(await page.screenshot()).toMatchSnapshot('react-widget-example.png');
| ^
29 | });
30 |
at /home/runner/work/extension-examples/extension-examples/react-widget/ui-tests/tests/react-widget.spec.ts:28:35
|
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/react-widget.spec.ts:3:5 › should open a new panel with a react component ────────────────
|
Loading