Update to latest Theia community release: v1.52.0 #186
Triggered via pull request
September 20, 2024 20:57
Status
Failure
Total duration
2m 58s
Artifacts
–
ci-cd.yml
on: pull_request
Matrix: Build and test
Lint and check format
1m 16s
Publish 'next' packages to npm
0s
Publish 'latest' packages to npm
0s
Annotations
3 errors, 1 warning, 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-Wz76FH
Call log:
- navigating to "http://localhost:3000/#/tmp/cloud-ws-Wz76FH", 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/theia-trace-extension/theia-trace-extension/node_modules/@theia/playwright/src/theia-app-loader.ts:79:28)
at createAndLoad (/home/runner/work/theia-trace-extension/theia-trace-extension/node_modules/@theia/playwright/src/theia-app-loader.ts:69:9)
at /home/runner/work/theia-trace-extension/theia-trace-extension/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-gTSwe1
Call log:
- navigating to "http://localhost:3000/#/tmp/cloud-ws-gTSwe1", 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/theia-trace-extension/theia-trace-extension/node_modules/@theia/playwright/src/theia-app-loader.ts:79:28)
at createAndLoad (/home/runner/work/theia-trace-extension/theia-trace-extension/node_modules/@theia/playwright/src/theia-app-loader.ts:69:9)
at /home/runner/work/theia-trace-extension/theia-trace-extension/playwright-tests/tests/trace-viewer-app.test.ts:39:11
|
Build and test (ubuntu-latest, 18)
Process completed with exit code 1.
|
Build and test (ubuntu-latest, 18)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
🎭 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
|