feat(client): Add tests #205
build.yml
on: pull_request
Unit tests
1m 23s
Code checks
1m 25s
Test links
35s
Annotations
2 errors and 1 notice
|
Integration tests
Process completed with exit code 1.
|
|
tests/arbalister.spec.ts:87:9 › Arbalister Viewer › open sqlite file:
ui-tests/tests/arbalister.spec.ts#L16
1) tests/arbalister.spec.ts:87:9 › Arbalister Viewer › open sqlite file ──────────────────────────
Error: expect(Buffer).toMatchSnapshot(expected) failed
365739 pixels (ratio 0.47 of all image pixels) are different.
Snapshot: arbalister_viewer_sqlite.png
14 | async function checkFile(page: IJupyterLabPageFixture, filename: string, snapshotFile: string) {
15 | await openFile(page, filename);
> 16 | expect(await page.screenshot()).toMatchSnapshot({
| ^
17 | name: snapshotFile,
18 | maxDiffPixelRatio: 0.02,
19 | });
at checkFile (/home/runner/work/Arbalister/Arbalister/ui-tests/tests/arbalister.spec.ts:16:35)
at /home/runner/work/Arbalister/Arbalister/ui-tests/tests/arbalister.spec.ts:88:7
|
|
🎭 Playwright Run Summary
1 failed
tests/arbalister.spec.ts:87:9 › Arbalister Viewer › open sqlite file ───────────────────────────
3 passed (52.4s)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
arbalister-playwright-tests
|
791 KB |
sha256:2424dd876828b4637006866b356a09320cd5b3ef6ae75290827b6d95948ac31c
|
|
|
extension-artifacts
|
1020 KB |
sha256:2429f60d4edf5c5705d776126ef39ad83712eb6fd646f6a32011b3c0b09edf32
|
|