Playwright Tests #10868
playwright.yml
on: schedule
Playwright Tests (ubuntu-22.04, Node.js 22.x)
10m 39s
Annotations
1 error 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
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.9/x64/python
base (Python undefined.undefined.undefined)
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
|
472 KB |
sha256:b64fe17ab75cbf9f1a4ce15bcfb1f4aa6a313d0337786f4a7365169fada971e8
|
|