Docker demo - make "demo-ready" images from existing theia-based images #24
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 1 notice
|
../../tests/trace-viewer-app.test.ts:48:9 › My Trace viewer application › should show main content panel:
playwright-tests/tests/trace-viewer-app.test.ts#L39
1) ../../tests/trace-viewer-app.test.ts:48:9 › My Trace viewer application › should show main content panel
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/#/tmp/cloud-ws-bx1tzh
Call log:
- navigating to "http://localhost:3000/#/tmp/cloud-ws-bx1tzh", waiting until "load"
37 |
38 | test.beforeAll(async ({ playwright, browser }) => {
> 39 | app = await TheiaAppLoader.load<TraceViewerApp>(
| ^
40 | { playwright, browser },
41 | undefined,
42 | TraceViewerApp
at loadOrReload (/home/runner/work/trace-viewer-examples/trace-viewer-examples/playwright-tests/node_modules/@theia/playwright/src/theia-app-loader.ts:79:28)
at createAndLoad (/home/runner/work/trace-viewer-examples/trace-viewer-examples/playwright-tests/node_modules/@theia/playwright/src/theia-app-loader.ts:69:9)
at /home/runner/work/trace-viewer-examples/trace-viewer-examples/playwright-tests/tests/trace-viewer-app.test.ts:39:11
|
|
../../tests/trace-viewer-app.test.ts:48:9 › My Trace viewer application › should show main content panel:
playwright-tests/tests/trace-viewer-app.test.ts#L39
1) ../../tests/trace-viewer-app.test.ts:48:9 › My Trace viewer application › should show main content panel
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/#/tmp/cloud-ws-y2hBr1
Call log:
- navigating to "http://localhost:3000/#/tmp/cloud-ws-y2hBr1", waiting until "load"
37 |
38 | test.beforeAll(async ({ playwright, browser }) => {
> 39 | app = await TheiaAppLoader.load<TraceViewerApp>(
| ^
40 | { playwright, browser },
41 | undefined,
42 | TraceViewerApp
at loadOrReload (/home/runner/work/trace-viewer-examples/trace-viewer-examples/playwright-tests/node_modules/@theia/playwright/src/theia-app-loader.ts:79:28)
at createAndLoad (/home/runner/work/trace-viewer-examples/trace-viewer-examples/playwright-tests/node_modules/@theia/playwright/src/theia-app-loader.ts:69:9)
at /home/runner/work/trace-viewer-examples/trace-viewer-examples/playwright-tests/tests/trace-viewer-app.test.ts:39:11
|
|
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:48:9 › My Trace viewer application › should show main content panel
6 did not run
|