Bump katex from 0.12.0 to 0.16.10 #249
Annotations
9 errors, 23 warnings, and 5 notices
tests/jupyterlab_katex.spec.ts:3:5 βΊ should display notebook katex equations:
packages/katex-extension/ui-tests/tests/jupyterlab_katex.spec.ts#L61
1) tests/jupyterlab_katex.spec.ts:3:5 βΊ should display notebook katex equations ββββββββββββββββββ
Error: Screenshot comparison failed:
169 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyter-renderers/jupyter-renderers/packages/katex-extension/ui-tests/tests/jupyterlab_katex.spec.ts-snapshots/katex-notebook-1-linux.png
Received: /home/runner/work/jupyter-renderers/jupyter-renderers/packages/katex-extension/ui-tests/test-results/tests-jupyterlab_katex-should-display-notebook-katex-equations/katex-notebook-1-actual.png
Diff: /home/runner/work/jupyter-renderers/jupyter-renderers/packages/katex-extension/ui-tests/test-results/tests-jupyterlab_katex-should-display-notebook-katex-equations/katex-notebook-1-diff.png
59 | expect
60 | .soft(await outputs.nth(0).screenshot())
> 61 | .toMatchSnapshot('katex-notebook-1.png');
| ^
62 | expect
63 | .soft(await outputs.nth(1).screenshot())
64 | .toMatchSnapshot('katex-notebook-2.png');
at /home/runner/work/jupyter-renderers/jupyter-renderers/packages/katex-extension/ui-tests/tests/jupyterlab_katex.spec.ts:61:8
|
tests/jupyterlab_katex.spec.ts:3:5 βΊ should display notebook katex equations:
packages/katex-extension/ui-tests/tests/jupyterlab_katex.spec.ts#L64
1) tests/jupyterlab_katex.spec.ts:3:5 βΊ should display notebook katex equations ββββββββββββββββββ
Error: Screenshot comparison failed:
76 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyter-renderers/jupyter-renderers/packages/katex-extension/ui-tests/tests/jupyterlab_katex.spec.ts-snapshots/katex-notebook-2-linux.png
Received: /home/runner/work/jupyter-renderers/jupyter-renderers/packages/katex-extension/ui-tests/test-results/tests-jupyterlab_katex-should-display-notebook-katex-equations/katex-notebook-2-actual.png
Diff: /home/runner/work/jupyter-renderers/jupyter-renderers/packages/katex-extension/ui-tests/test-results/tests-jupyterlab_katex-should-display-notebook-katex-equations/katex-notebook-2-diff.png
62 | expect
63 | .soft(await outputs.nth(1).screenshot())
> 64 | .toMatchSnapshot('katex-notebook-2.png');
| ^
65 | expect
66 | .soft(await outputs.nth(2).screenshot())
67 | .toMatchSnapshot('katex-notebook-3.png');
at /home/runner/work/jupyter-renderers/jupyter-renderers/packages/katex-extension/ui-tests/tests/jupyterlab_katex.spec.ts:64:8
|
tests/jupyterlab_katex.spec.ts:3:5 βΊ should display notebook katex equations:
packages/katex-extension/ui-tests/tests/jupyterlab_katex.spec.ts#L67
1) tests/jupyterlab_katex.spec.ts:3:5 βΊ should display notebook katex equations ββββββββββββββββββ
Error: Screenshot comparison failed:
162 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyter-renderers/jupyter-renderers/packages/katex-extension/ui-tests/tests/jupyterlab_katex.spec.ts-snapshots/katex-notebook-3-linux.png
Received: /home/runner/work/jupyter-renderers/jupyter-renderers/packages/katex-extension/ui-tests/test-results/tests-jupyterlab_katex-should-display-notebook-katex-equations/katex-notebook-3-actual.png
Diff: /home/runner/work/jupyter-renderers/jupyter-renderers/packages/katex-extension/ui-tests/test-results/tests-jupyterlab_katex-should-display-notebook-katex-equations/katex-notebook-3-diff.png
65 | expect
66 | .soft(await outputs.nth(2).screenshot())
> 67 | .toMatchSnapshot('katex-notebook-3.png');
| ^
68 | expect(await outputs.nth(3).screenshot()).toMatchSnapshot(
69 | 'katex-notebook-4.png'
70 | );
at /home/runner/work/jupyter-renderers/jupyter-renderers/packages/katex-extension/ui-tests/tests/jupyterlab_katex.spec.ts:67:8
|
tests/jupyterlab_katex.spec.ts:3:5 βΊ should display notebook katex equations:
packages/katex-extension/ui-tests/tests/jupyterlab_katex.spec.ts#L68
1) tests/jupyterlab_katex.spec.ts:3:5 βΊ should display notebook katex equations ββββββββββββββββββ
Error: Screenshot comparison failed:
262 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyter-renderers/jupyter-renderers/packages/katex-extension/ui-tests/tests/jupyterlab_katex.spec.ts-snapshots/katex-notebook-4-linux.png
Received: /home/runner/work/jupyter-renderers/jupyter-renderers/packages/katex-extension/ui-tests/test-results/tests-jupyterlab_katex-should-display-notebook-katex-equations/katex-notebook-4-actual.png
Diff: /home/runner/work/jupyter-renderers/jupyter-renderers/packages/katex-extension/ui-tests/test-results/tests-jupyterlab_katex-should-display-notebook-katex-equations/katex-notebook-4-diff.png
66 | .soft(await outputs.nth(2).screenshot())
67 | .toMatchSnapshot('katex-notebook-3.png');
> 68 | expect(await outputs.nth(3).screenshot()).toMatchSnapshot(
| ^
69 | 'katex-notebook-4.png'
70 | );
71 | }
at /home/runner/work/jupyter-renderers/jupyter-renderers/packages/katex-extension/ui-tests/tests/jupyterlab_katex.spec.ts:68:47
|
Integration tests (katex, 4.0)
Process completed with exit code 1.
|
tests/jupyterlab_mathjax2.spec.ts:3:5 βΊ should display notebook mathjax2 equations:
packages/mathjax2-extension/ui-tests/tests/jupyterlab_mathjax2.spec.ts#L59
1) tests/jupyterlab_mathjax2.spec.ts:3:5 βΊ should display notebook mathjax2 equations ββββββββββββ
Error: Screenshot comparison failed:
355 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/jupyter-renderers/jupyter-renderers/packages/mathjax2-extension/ui-tests/tests/jupyterlab_mathjax2.spec.ts-snapshots/mathjax2-notebook-4-linux.png
Received: /home/runner/work/jupyter-renderers/jupyter-renderers/packages/mathjax2-extension/ui-tests/test-results/tests-jupyterlab_mathjax2-should-display-notebook-mathjax2-equations/mathjax2-notebook-4-actual.png
Diff: /home/runner/work/jupyter-renderers/jupyter-renderers/packages/mathjax2-extension/ui-tests/test-results/tests-jupyterlab_mathjax2-should-display-notebook-mathjax2-equations/mathjax2-notebook-4-diff.png
57 | .soft(await outputs.nth(2).screenshot())
58 | .toMatchSnapshot('mathjax2-notebook-3.png');
> 59 | expect(await outputs.nth(3).screenshot()).toMatchSnapshot(
| ^
60 | 'mathjax2-notebook-4.png'
61 | );
62 | });
at /home/runner/work/jupyter-renderers/jupyter-renderers/packages/mathjax2-extension/ui-tests/tests/jupyterlab_mathjax2.spec.ts:59:45
|
Integration tests (mathjax2, 4.0)
Process completed with exit code 1.
|
tests/jupyterlab_fasta.spec.ts:30:5 βΊ should display notebook fasta output:
packages/fasta-extension/ui-tests/tests/jupyterlab_fasta.spec.ts#L73
1) tests/jupyterlab_fasta.spec.ts:30:5 βΊ should display notebook fasta output ββββββββββββββββββββ
Error: Screenshot comparison failed:
Expected an image 592px by 258px, received 572px by 258px. 727 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyter-renderers/jupyter-renderers/packages/fasta-extension/ui-tests/tests/jupyterlab_fasta.spec.ts-snapshots/fasta-notebook-linux.png
Received: /home/runner/work/jupyter-renderers/jupyter-renderers/packages/fasta-extension/ui-tests/test-results/tests-jupyterlab_fasta-should-display-notebook-fasta-output/fasta-notebook-actual.png
Diff: /home/runner/work/jupyter-renderers/jupyter-renderers/packages/fasta-extension/ui-tests/test-results/tests-jupyterlab_fasta-should-display-notebook-fasta-output/fasta-notebook-diff.png
71 |
72 | if (version[0] != '3') {
> 73 | expect(await output.screenshot()).toMatchSnapshot('fasta-notebook.png');
| ^
74 | }
75 | });
76 |
at /home/runner/work/jupyter-renderers/jupyter-renderers/packages/fasta-extension/ui-tests/tests/jupyterlab_fasta.spec.ts:73:39
|
Integration tests (fasta, 4.0)
Process completed with exit code 1.
|
build (geojson)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (geojson):
packages/geojson-extension/src/index.ts#L311
Forbidden non-null assertion
|
build (geojson):
packages/vega3-extension/src/index.ts#L55
Forbidden non-null assertion
|
build (mathjax2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (mathjax2):
packages/geojson-extension/src/index.ts#L311
Forbidden non-null assertion
|
build (mathjax2):
packages/vega3-extension/src/index.ts#L55
Forbidden non-null assertion
|
build (vega3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (vega3):
packages/geojson-extension/src/index.ts#L311
Forbidden non-null assertion
|
build (vega3):
packages/vega3-extension/src/index.ts#L55
Forbidden non-null assertion
|
build (fasta)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (fasta):
packages/geojson-extension/src/index.ts#L311
Forbidden non-null assertion
|
build (fasta):
packages/vega3-extension/src/index.ts#L55
Forbidden non-null assertion
|
build (katex)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (katex):
packages/geojson-extension/src/index.ts#L311
Forbidden non-null assertion
|
build (katex):
packages/vega3-extension/src/index.ts#L55
Forbidden non-null assertion
|
Integration tests (katex, 4.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Integration tests (mathjax2, 4.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Integration tests (fasta, 4.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Integration tests (vega3, 3.6)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Integration tests (vega3, 4.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Integration tests (fasta, 3.6)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Integration tests (geojson, 3.6)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Integration tests (geojson, 4.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
π Playwright Run Summary
1 failed
tests/jupyterlab_katex.spec.ts:3:5 βΊ should display notebook katex equations βββββββββββββββββββ
|
π Playwright Run Summary
1 failed
tests/jupyterlab_mathjax2.spec.ts:3:5 βΊ should display notebook mathjax2 equations βββββββββββββ
|
π Playwright Run Summary
1 failed
tests/jupyterlab_fasta.spec.ts:30:5 βΊ should display notebook fasta output βββββββββββββββββββββ
1 passed (30.4s)
|
π Playwright Run Summary
2 passed (18.4s)
|
π Playwright Run Summary
2 passed (2.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
extension-artifacts
Expired
|
3.45 MB |
|
jupyterlab_fasta-3.6-playwright-tests
Expired
|
431 KB |
|
jupyterlab_fasta-4.0-playwright-tests
Expired
|
1.07 MB |
|
jupyterlab_geojson-3.6-playwright-tests
Expired
|
436 KB |
|
jupyterlab_geojson-4.0-playwright-tests
Expired
|
451 KB |
|
jupyterlab_katex-4.0-playwright-tests
Expired
|
1.58 MB |
|
jupyterlab_mathjax2-4.0-playwright-tests
Expired
|
1.63 MB |
|
jupyterlab_vega3-3.6-playwright-tests
Expired
|
431 KB |
|
jupyterlab_vega3-4.0-playwright-tests
Expired
|
437 KB |
|