Updated integration tests workflow #183
Annotations
2 errors, 2 warnings, and 1 notice
ui-tests/test/styles.spec.ts#L41
1) test/styles.spec.ts:34:7 › Citation styles support › show some styles after opening ───────────
Error: Screenshot comparison failed:
10498 pixels (ratio 0.08 of all image pixels) are different.
Expected: /home/runner/work/jupyterlab-citation-manager/jupyterlab-citation-manager/ui-tests/test/styles.spec.ts-snapshots/styles-selector-shows-styles-on-open-linux.png
Received: /home/runner/work/jupyterlab-citation-manager/jupyterlab-citation-manager/ui-tests/test-results/test-styles-Citation-styles-support-show-some-styles-after-opening/styles-selector-shows-styles-on-open-actual.png
Diff: /home/runner/work/jupyterlab-citation-manager/jupyterlab-citation-manager/ui-tests/test-results/test-styles-Citation-styles-support-show-some-styles-after-opening/styles-selector-shows-styles-on-open-diff.png
39 |
40 | const imageName = 'styles-selector:shows-styles-on-open.png';
> 41 | expect(await stylesSelector.screenshot()).toMatchSnapshot(imageName);
| ^
42 | });
43 |
44 | test('find relevant styles by long title', async ({ page }) => {
at /home/runner/work/jupyterlab-citation-manager/jupyterlab-citation-manager/ui-tests/test/styles.spec.ts:41:47
|
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/download-artifact@v3, actions/cache@v3, 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: "extension-artifacts", "jupyterlab_citation_manager-playwright-tests".
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/
|
|
This job failed
Loading