Support hydrogen bond #303
ci.yml
on: pull_request
Documentation
38s
Visual Regression
3m 35s
Matrix: Python
Annotations
10 errors, 7 warnings, and 2 notices
tests/camera.test.ts:19:7 › Widget Visual Regression › Run notebook camera.ipynb and capture cell outputs:
tests/notebooks/tests/camera.test.ts#L62
1) tests/camera.test.ts:19:7 › Widget Visual Regression › Run notebook camera.ipynb and capture cell outputs
Error: Screenshot comparison failed:
37194 pixels (ratio 0.15 of all image pixels) are different.
Expected: /home/runner/work/weas-widget/weas-widget/tests/notebooks/tests/camera.test.ts-snapshots/camera-cell-3-linux.png
Received: /home/runner/work/weas-widget/weas-widget/tests/notebooks/test-results/tests-camera-Widget-Visual-Regression-Run-notebook-camera-ipynb-and-capture-cell-outputs/camera-cell-3-actual.png
Diff: /home/runner/work/weas-widget/weas-widget/tests/notebooks/test-results/tests-camera-Widget-Visual-Regression-Run-notebook-camera-ipynb-and-capture-cell-outputs/camera-cell-3-diff.png
60 | for (let i = 0; i < cellCount; i++) {
61 | const image = `camera-cell-${i}.png`;
> 62 | expect.soft(captures[i]).toMatchSnapshot(image);
| ^
63 | }
64 | });
65 | });
at /home/runner/work/weas-widget/weas-widget/tests/notebooks/tests/camera.test.ts:62:32
|
tests/lattice_plane.test.ts:19:7 › Widget Visual Regression › Run notebook lattice_plane.ipynb and capture cell outputs:
tests/notebooks/tests/lattice_plane.test.ts#L63
2) tests/lattice_plane.test.ts:19:7 › Widget Visual Regression › Run notebook lattice_plane.ipynb and capture cell outputs
Error: Screenshot comparison failed:
399 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/weas-widget/weas-widget/tests/notebooks/tests/lattice_plane.test.ts-snapshots/lattice-plane-cell-2-linux.png
Received: /home/runner/work/weas-widget/weas-widget/tests/notebooks/test-results/tests-lattice_plane-Widget-Visual-Regression-R-574e2-ok-lattice-plane-ipynb-and-capture-cell-outputs/lattice-plane-cell-2-actual.png
Diff: /home/runner/work/weas-widget/weas-widget/tests/notebooks/test-results/tests-lattice_plane-Widget-Visual-Regression-R-574e2-ok-lattice-plane-ipynb-and-capture-cell-outputs/lattice-plane-cell-2-diff.png
61 | for (let i = 0; i < cellCount; i++) {
62 | const image = `lattice_plane-cell-${i}.png`;
> 63 | expect.soft(captures[i]).toMatchSnapshot(image);
| ^
64 | }
65 | });
66 | });
at /home/runner/work/weas-widget/weas-widget/tests/notebooks/tests/lattice_plane.test.ts:63:32
|
tests/ops.test.ts:19:7 › Widget Visual Regression › Run notebook ops.ipynb and capture cell outputs:
tests/notebooks/tests/ops.test.ts#L62
3) tests/ops.test.ts:19:7 › Widget Visual Regression › Run notebook ops.ipynb and capture cell outputs
Error: Screenshot comparison failed:
12460 pixels (ratio 0.05 of all image pixels) are different.
Expected: /home/runner/work/weas-widget/weas-widget/tests/notebooks/tests/ops.test.ts-snapshots/ops-cell-1-linux.png
Received: /home/runner/work/weas-widget/weas-widget/tests/notebooks/test-results/tests-ops-Widget-Visual-Regression-Run-notebook-ops-ipynb-and-capture-cell-outputs/ops-cell-1-actual.png
Diff: /home/runner/work/weas-widget/weas-widget/tests/notebooks/test-results/tests-ops-Widget-Visual-Regression-Run-notebook-ops-ipynb-and-capture-cell-outputs/ops-cell-1-diff.png
60 | for (let i = 0; i < cellCount; i++) {
61 | const image = `ops-cell-${i}.png`;
> 62 | expect.soft(captures[i]).toMatchSnapshot(image);
| ^
63 | }
64 | });
65 | });
at /home/runner/work/weas-widget/weas-widget/tests/notebooks/tests/ops.test.ts:62:32
|
tests/ops.test.ts:19:7 › Widget Visual Regression › Run notebook ops.ipynb and capture cell outputs:
tests/notebooks/tests/ops.test.ts#L62
3) tests/ops.test.ts:19:7 › Widget Visual Regression › Run notebook ops.ipynb and capture cell outputs
Error: Screenshot comparison failed:
11269 pixels (ratio 0.05 of all image pixels) are different.
Expected: /home/runner/work/weas-widget/weas-widget/tests/notebooks/tests/ops.test.ts-snapshots/ops-cell-2-linux.png
Received: /home/runner/work/weas-widget/weas-widget/tests/notebooks/test-results/tests-ops-Widget-Visual-Regression-Run-notebook-ops-ipynb-and-capture-cell-outputs/ops-cell-2-actual.png
Diff: /home/runner/work/weas-widget/weas-widget/tests/notebooks/test-results/tests-ops-Widget-Visual-Regression-Run-notebook-ops-ipynb-and-capture-cell-outputs/ops-cell-2-diff.png
60 | for (let i = 0; i < cellCount; i++) {
61 | const image = `ops-cell-${i}.png`;
> 62 | expect.soft(captures[i]).toMatchSnapshot(image);
| ^
63 | }
64 | });
65 | });
at /home/runner/work/weas-widget/weas-widget/tests/notebooks/tests/ops.test.ts:62:32
|
tests/ops.test.ts:19:7 › Widget Visual Regression › Run notebook ops.ipynb and capture cell outputs:
tests/notebooks/tests/ops.test.ts#L62
3) tests/ops.test.ts:19:7 › Widget Visual Regression › Run notebook ops.ipynb and capture cell outputs
Error: Screenshot comparison failed:
1174 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/weas-widget/weas-widget/tests/notebooks/tests/ops.test.ts-snapshots/ops-cell-3-linux.png
Received: /home/runner/work/weas-widget/weas-widget/tests/notebooks/test-results/tests-ops-Widget-Visual-Regression-Run-notebook-ops-ipynb-and-capture-cell-outputs/ops-cell-3-actual.png
Diff: /home/runner/work/weas-widget/weas-widget/tests/notebooks/test-results/tests-ops-Widget-Visual-Regression-Run-notebook-ops-ipynb-and-capture-cell-outputs/ops-cell-3-diff.png
60 | for (let i = 0; i < cellCount; i++) {
61 | const image = `ops-cell-${i}.png`;
> 62 | expect.soft(captures[i]).toMatchSnapshot(image);
| ^
63 | }
64 | });
65 | });
at /home/runner/work/weas-widget/weas-widget/tests/notebooks/tests/ops.test.ts:62:32
|
tests/ops.test.ts:19:7 › Widget Visual Regression › Run notebook ops.ipynb and capture cell outputs:
tests/notebooks/tests/ops.test.ts#L62
3) tests/ops.test.ts:19:7 › Widget Visual Regression › Run notebook ops.ipynb and capture cell outputs
Error: Screenshot comparison failed:
9535 pixels (ratio 0.04 of all image pixels) are different.
Expected: /home/runner/work/weas-widget/weas-widget/tests/notebooks/tests/ops.test.ts-snapshots/ops-cell-4-linux.png
Received: /home/runner/work/weas-widget/weas-widget/tests/notebooks/test-results/tests-ops-Widget-Visual-Regression-Run-notebook-ops-ipynb-and-capture-cell-outputs/ops-cell-4-actual.png
Diff: /home/runner/work/weas-widget/weas-widget/tests/notebooks/test-results/tests-ops-Widget-Visual-Regression-Run-notebook-ops-ipynb-and-capture-cell-outputs/ops-cell-4-diff.png
60 | for (let i = 0; i < cellCount; i++) {
61 | const image = `ops-cell-${i}.png`;
> 62 | expect.soft(captures[i]).toMatchSnapshot(image);
| ^
63 | }
64 | });
65 | });
at /home/runner/work/weas-widget/weas-widget/tests/notebooks/tests/ops.test.ts:62:32
|
tests/ops.test.ts:19:7 › Widget Visual Regression › Run notebook ops.ipynb and capture cell outputs:
tests/notebooks/tests/ops.test.ts#L62
3) tests/ops.test.ts:19:7 › Widget Visual Regression › Run notebook ops.ipynb and capture cell outputs
Error: Screenshot comparison failed:
2084 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/weas-widget/weas-widget/tests/notebooks/tests/ops.test.ts-snapshots/ops-cell-5-linux.png
Received: /home/runner/work/weas-widget/weas-widget/tests/notebooks/test-results/tests-ops-Widget-Visual-Regression-Run-notebook-ops-ipynb-and-capture-cell-outputs/ops-cell-5-actual.png
Diff: /home/runner/work/weas-widget/weas-widget/tests/notebooks/test-results/tests-ops-Widget-Visual-Regression-Run-notebook-ops-ipynb-and-capture-cell-outputs/ops-cell-5-diff.png
60 | for (let i = 0; i < cellCount; i++) {
61 | const image = `ops-cell-${i}.png`;
> 62 | expect.soft(captures[i]).toMatchSnapshot(image);
| ^
63 | }
64 | });
65 | });
at /home/runner/work/weas-widget/weas-widget/tests/notebooks/tests/ops.test.ts:62:32
|
tests/ops.test.ts:19:7 › Widget Visual Regression › Run notebook ops.ipynb and capture cell outputs:
tests/notebooks/tests/ops.test.ts#L62
3) tests/ops.test.ts:19:7 › Widget Visual Regression › Run notebook ops.ipynb and capture cell outputs
Error: Screenshot comparison failed:
3963 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/weas-widget/weas-widget/tests/notebooks/tests/ops.test.ts-snapshots/ops-cell-6-linux.png
Received: /home/runner/work/weas-widget/weas-widget/tests/notebooks/test-results/tests-ops-Widget-Visual-Regression-Run-notebook-ops-ipynb-and-capture-cell-outputs/ops-cell-6-actual.png
Diff: /home/runner/work/weas-widget/weas-widget/tests/notebooks/test-results/tests-ops-Widget-Visual-Regression-Run-notebook-ops-ipynb-and-capture-cell-outputs/ops-cell-6-diff.png
60 | for (let i = 0; i < cellCount; i++) {
61 | const image = `ops-cell-${i}.png`;
> 62 | expect.soft(captures[i]).toMatchSnapshot(image);
| ^
63 | }
64 | });
65 | });
at /home/runner/work/weas-widget/weas-widget/tests/notebooks/tests/ops.test.ts:62:32
|
tests/ops.test.ts:19:7 › Widget Visual Regression › Run notebook ops.ipynb and capture cell outputs:
tests/notebooks/tests/ops.test.ts#L62
3) tests/ops.test.ts:19:7 › Widget Visual Regression › Run notebook ops.ipynb and capture cell outputs
Error: Screenshot comparison failed:
2423 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/weas-widget/weas-widget/tests/notebooks/tests/ops.test.ts-snapshots/ops-cell-7-linux.png
Received: /home/runner/work/weas-widget/weas-widget/tests/notebooks/test-results/tests-ops-Widget-Visual-Regression-Run-notebook-ops-ipynb-and-capture-cell-outputs/ops-cell-7-actual.png
Diff: /home/runner/work/weas-widget/weas-widget/tests/notebooks/test-results/tests-ops-Widget-Visual-Regression-Run-notebook-ops-ipynb-and-capture-cell-outputs/ops-cell-7-diff.png
60 | for (let i = 0; i < cellCount; i++) {
61 | const image = `ops-cell-${i}.png`;
> 62 | expect.soft(captures[i]).toMatchSnapshot(image);
| ^
63 | }
64 | });
65 | });
at /home/runner/work/weas-widget/weas-widget/tests/notebooks/tests/ops.test.ts:62:32
|
tests/ops.test.ts:19:7 › Widget Visual Regression › Run notebook ops.ipynb and capture cell outputs:
tests/notebooks/tests/ops.test.ts#L62
3) tests/ops.test.ts:19:7 › Widget Visual Regression › Run notebook ops.ipynb and capture cell outputs
Error: Screenshot comparison failed:
3963 pixels (ratio 0.02 of all image pixels) are different.
Expected: /home/runner/work/weas-widget/weas-widget/tests/notebooks/tests/ops.test.ts-snapshots/ops-cell-8-linux.png
Received: /home/runner/work/weas-widget/weas-widget/tests/notebooks/test-results/tests-ops-Widget-Visual-Regression-Run-notebook-ops-ipynb-and-capture-cell-outputs/ops-cell-8-actual.png
Diff: /home/runner/work/weas-widget/weas-widget/tests/notebooks/test-results/tests-ops-Widget-Visual-Regression-Run-notebook-ops-ipynb-and-capture-cell-outputs/ops-cell-8-diff.png
60 | for (let i = 0; i < cellCount; i++) {
61 | const image = `ops-cell-${i}.png`;
> 62 | expect.soft(captures[i]).toMatchSnapshot(image);
| ^
63 | }
64 | });
65 | });
at /home/runner/work/weas-widget/weas-widget/tests/notebooks/tests/ops.test.ts:62:32
|
Documentation
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Python (3.8)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Python (3.9)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Python (3.10)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Python (3.11)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Visual Regression
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@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/
|
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: "test-assets", "test-report", "updated-snapshots".
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
4 failed
tests/camera.test.ts:19:7 › Widget Visual Regression › Run notebook camera.ipynb and capture cell outputs
tests/lattice_plane.test.ts:19:7 › Widget Visual Regression › Run notebook lattice_plane.ipynb and capture cell outputs
tests/ops.test.ts:19:7 › Widget Visual Regression › Run notebook ops.ipynb and capture cell outputs
tests/plugins.test.ts:19:7 › Widget Visual Regression › Run notebook plugins.ipynb and capture cell outputs
2 passed (1.3m)
|
🎭 Playwright Run Summary
6 passed (1.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
test-assets
|
2.62 MB |
|
test-report
|
3.01 MB |
|
updated-snapshots
|
494 KB |
|