Updated integration tests workflow #183
build.yml
on: pull_request
build
2m 37s
Check Links
50s
Annotations
2 errors, 5 warnings, and 1 notice
test/styles.spec.ts:34:7 › Citation styles support › show some styles after opening:
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
|
Integration tests
Process completed with exit code 1.
|
Check Links
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@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/
|
test_isolated
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-python@v4, actions/download-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/
|
Integration tests
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/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
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/
|
🎭 Playwright Run Summary
1 failed
test/styles.spec.ts:34:7 › Citation styles support › show some styles after opening ────────────
2 passed (29.1s)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
extension-artifacts
Expired
|
3.11 MB |
|
jupyterlab_citation_manager-playwright-tests
Expired
|
1.12 MB |
|