Add some playwright ui tests #89
build.yml
on: pull_request
build
2m 19s
Check Links
35s
Annotations
3 errors and 1 notice
tests/jupyterlite_terminal.spec.ts:53:7 › Terminal › should create a new file:
ui-tests/tests/jupyterlite_terminal.spec.ts#L1
1) tests/jupyterlite_terminal.spec.ts:53:7 › Terminal › should create a new file ─────────────────
Test timeout of 60000ms exceeded.
|
tests/jupyterlite_terminal.spec.ts:53:7 › Terminal › should create a new file:
ui-tests/tests/jupyterlite_terminal.spec.ts#L60
1) tests/jupyterlite_terminal.spec.ts:53:7 › Terminal › should create a new file ─────────────────
Error: locator.waitFor: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTitle('Name: out.txt') to be visible
58 |
59 | await inputLine(page, 'echo Hello > out.txt');
> 60 | await page.getByTitle('Name: out.txt').waitFor();
| ^
61 | });
62 | });
63 |
at /home/runner/work/terminal/terminal/ui-tests/tests/jupyterlite_terminal.spec.ts:60:44
|
Integration tests
Process completed with exit code 1.
|
🎭 Playwright Run Summary
1 failed
tests/jupyterlite_terminal.spec.ts:53:7 › Terminal › should create a new file ──────────────────
6 passed (1.4m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
extension-artifacts
|
751 KB |
|
jupyterlite_terminal-playwright-tests
|
204 KB |
|