Docker demo - make "demo-ready" images from existing theia-based images #26
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
docker-example.yml
on: pull_request
Matrix: Build and test docker-example
Annotations
3 errors and 2 notices
|
../../tests/trace-viewer-app.test.ts:77:9 › My Trace Explorer View › Trace Server status is shown as not started (red):
playwright-tests/tests/trace-viewer-app.test.ts#L79
1) ../../tests/trace-viewer-app.test.ts:77:9 › My Trace Explorer View › Trace Server status is shown as not started (red)
Error: expect(received).toBe(expected) // Object.is equality
Expected: false
Received: true
77 | test('Trace Server status is shown as not started (red)', async () => {
78 | await traceExplorer.activate();
> 79 | expect(await traceExplorer.isTraceServerStarted()).toBe(false);
| ^
80 | });
81 | });
82 |
at /home/runner/work/trace-viewer-examples/trace-viewer-examples/playwright-tests/tests/trace-viewer-app.test.ts:79:60
|
|
../../tests/trace-viewer-app.test.ts:77:9 › My Trace Explorer View › Trace Server status is shown as not started (red):
playwright-tests/tests/trace-viewer-app.test.ts#L79
1) ../../tests/trace-viewer-app.test.ts:77:9 › My Trace Explorer View › Trace Server status is shown as not started (red)
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: false
Received: true
77 | test('Trace Server status is shown as not started (red)', async () => {
78 | await traceExplorer.activate();
> 79 | expect(await traceExplorer.isTraceServerStarted()).toBe(false);
| ^
80 | });
81 | });
82 |
at /home/runner/work/trace-viewer-examples/trace-viewer-examples/playwright-tests/tests/trace-viewer-app.test.ts:79:60
|
|
Build and test docker-example (ubuntu-latest, 18, tate, theia-app-theia-ext)
Process completed with exit code 1.
|
|
🎭 Playwright Run Summary
1 failed
../../tests/trace-viewer-app.test.ts:77:9 › My Trace Explorer View › Trace Server status is shown as not started (red)
6 passed (15.9s)
|
|
🎭 Playwright Run Summary
7 passed (11.8s)
|