We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 640b13b commit 4925c72Copy full SHA for 4925c72
.github/workflows/main.yml
@@ -146,13 +146,12 @@ jobs:
146
- name: Execute integration tests
147
shell: bash -l {0}
148
working-directory: ui-tests
149
- run: npx playwright test
+ run: npx playwright test --update-snapshots
150
151
- name: Upload Playwright Test report
152
if: always()
153
uses: actions/upload-artifact@v3
154
with:
155
name: ipycanvas-playwright-tests
156
path: |
157
- ui-tests/test-results
158
- ui-tests/playwright-report
+ ui-tests
ui-tests/tests/ipycanvas.test.ts-snapshots/ipycanvas-ipynb-cell-12-linux.png
32.2 KB
0 commit comments