Update to cockle 0.0.12, adding tree and vim commands (#37) #101
Annotations
2 errors, 4 warnings, and 1 notice
tests/fs.spec.ts:49:7 › Filesystem › should support cp:
ui-tests/tests/fs.spec.ts#L54
1) tests/fs.spec.ts:49:7 › Filesystem › should support cp ────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
52 |
53 | expect(await page.contents.fileExists('months.txt')).toBeTruthy();
> 54 | expect(await page.contents.fileExists('other.txt')).toBeTruthy();
| ^
55 |
56 | const other = await page.contents.getContentMetadata('other.txt');
57 | expect(other?.content).toEqual(MONTHS_TXT);
at /home/runner/work/terminal/terminal/ui-tests/tests/fs.spec.ts:54:57
|
tests/jupyterlite_terminal.spec.ts:70:7 › Images › various commands:
ui-tests/tests/jupyterlite_terminal.spec.ts#L102
2) tests/jupyterlite_terminal.spec.ts:70:7 › Images › various commands ───────────────────────────
Error: Screenshot comparison failed:
4777 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/terminal/terminal/ui-tests/tests/jupyterlite_terminal.spec.ts-snapshots/various-commands-linux.png
Received: /home/runner/work/terminal/terminal/ui-tests/test-results/tests-jupyterlite_terminal-Images-various-commands/various-commands-actual.png
Diff: /home/runner/work/terminal/terminal/ui-tests/test-results/tests-jupyterlite_terminal-Images-various-commands/various-commands-diff.png
100 |
101 | const imageName = 'various-commands.png';
> 102 | expect(await page.screenshot()).toMatchSnapshot(imageName.toLowerCase());
| ^
103 | });
104 | });
105 |
at /home/runner/work/terminal/terminal/ui-tests/tests/jupyterlite_terminal.spec.ts:102:37
|
Check Links
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test_isolated
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Integration tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
2 flaky
tests/fs.spec.ts:49:7 › Filesystem › should support cp ─────────────────────────────────────────
tests/jupyterlite_terminal.spec.ts:70:7 › Images › various commands ────────────────────────────
1 skipped
8 passed (36.9s)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
extension-artifacts
|
761 KB |
|
jupyterlite_terminal-playwright-tests
|
456 KB |
|