Playwright Tests #1913
playwright.yml
on: schedule
Playwright Tests (ubuntu-22.04, Node.js 22.x)
9m 59s
Annotations
2 errors and 1 notice
|
src/tests/theia-notebook-editor.test.ts:65:9 › Python Kernel Installed › kernels are installed:
examples/playwright/src/tests/theia-notebook-editor.test.ts#L72
1) src/tests/theia-notebook-editor.test.ts:65:9 › Python Kernel Installed › kernels are installed
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Available kernels:
Python 3.10.12
/bin/python
Python 2.7.undefined
/usr/bin/python
Python 2.7.undefined
/opt/hostedtoolcache/Python/3.13.12/x64/python
expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
70 |
71 | const py3kernel = kernels.filter(kernel => kernel.match(new RegExp(`^${preferredKernel}`)));
> 72 | expect(py3kernel.length, msg).toBeGreaterThan(0);
| ^
73 | });
74 |
75 | test('should select a kernel', async () => {
at /home/runner/work/theia/theia/examples/playwright/src/tests/theia-notebook-editor.test.ts:72:39
|
|
src/tests/theia-notebook-editor.test.ts:65:9 › Python Kernel Installed › kernels are installed:
examples/playwright/src/tests/theia-notebook-editor.test.ts#L72
1) src/tests/theia-notebook-editor.test.ts:65:9 › Python Kernel Installed › kernels are installed
Error: Available kernels:
Python 2.7.undefined
/bin/python
Python 2.7.undefined
/usr/bin/python
Python 2.7.undefined
/opt/hostedtoolcache/Python/3.13.12/x64/python
expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
70 |
71 | const py3kernel = kernels.filter(kernel => kernel.match(new RegExp(`^${preferredKernel}`)));
> 72 | expect(py3kernel.length, msg).toBeGreaterThan(0);
| ^
73 | });
74 |
75 | test('should select a kernel', async () => {
at /home/runner/work/theia/theia/examples/playwright/src/tests/theia-notebook-editor.test.ts:72:39
|
|
🎭 Playwright Run Summary
1 flaky
src/tests/theia-notebook-editor.test.ts:65:9 › Python Kernel Installed › kernels are installed ─
3 skipped
90 passed (5.1m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-test-results
Expired
|
558 KB |
sha256:30e0924efbffd11d17a1dd2d78aa8fc6ff0fe0f4deeb24fe5e3524c6a05cb79f
|
|