Skip to content

fix(e2e): add direct WS connection test to agents diagnostics #208

fix(e2e): add direct WS connection test to agents diagnostics

fix(e2e): add direct WS connection test to agents diagnostics #208

Triggered via push May 2, 2026 23:35
Status Failure
Total duration 40m 38s
Artifacts 1

release.yml

on: push
Workflow Security
11s
Workflow Security
Validate Tag Format
4s
Validate Tag Format
Matrix: build-appimage
Matrix: build-arch
Matrix: build-deb
Matrix: build-docker
Matrix: build-homebrew-binaries
Matrix: build-rpm
Build Snap
Build Snap
Build macOS app
Build macOS app
Build .exe (x86_64)
0s
Build .exe (x86_64)
Merge Docker manifest
Merge Docker manifest
Upload release assets
0s
Upload release assets
Generate Release SBOM
Generate Release SBOM
Update Homebrew tap
Update Homebrew tap
Update deploy template tags
Update deploy template tags
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 19 warnings, and 1 notice
[default] › e2e/specs/agents.spec.js:189:2 › Agents settings page › New Agent button opens create form: crates/web/ui/e2e/specs/agents.spec.js#L99
3) [default] › e2e/specs/agents.spec.js:189:2 › Agents settings page › New Agent button opens create form Test timeout of 90000ms exceeded while running "afterEach" hook. 97 | }); 98 | > 99 | test.afterEach(async ({ page, baseURL }, testInfo) => { | ^ 100 | if (testInfo.status !== testInfo.expectedStatus) { 101 | try { 102 | const failedUrl = page.url(); at /home/runner/work/moltis/moltis/crates/web/ui/e2e/specs/agents.spec.js:99:7
[default] › e2e/specs/agents.spec.js:189:2 › Agents settings page › New Agent button opens create form: crates/web/ui/e2e/helpers.js#L93
3) [default] › e2e/specs/agents.spec.js:189:2 › Agents settings page › New Agent button opens create form TimeoutError: page.goto: Timeout 15000ms exceeded. Call log: - navigating to "http://127.0.0.1:41221/settings/agents", waiting until "domcontentloaded" at ../helpers.js:93 91 | for (let attempt = 0; attempt < 5; attempt++) { 92 | try { > 93 | await page.goto(path, { waitUntil: "domcontentloaded", timeout: 15_000 }); | ^ 94 | await expectPageContentMounted(page); 95 | return pageErrors; 96 | } catch (error) { at navigateAndWait (/home/runner/work/moltis/moltis/crates/web/ui/e2e/helpers.js:93:15) at /home/runner/work/moltis/moltis/crates/web/ui/e2e/specs/agents.spec.js:191:9
[default] › e2e/specs/agents.spec.js:175:2 › Agents settings page › main agent card is shown with Default badge: crates/web/ui/e2e/specs/agents.spec.js#L99
2) [default] › e2e/specs/agents.spec.js:175:2 › Agents settings page › main agent card is shown with Default badge Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 90000ms exceeded while running "afterEach" hook. 97 | }); 98 | > 99 | test.afterEach(async ({ page, baseURL }, testInfo) => { | ^ 100 | if (testInfo.status !== testInfo.expectedStatus) { 101 | try { 102 | const failedUrl = page.url(); at /home/runner/work/moltis/moltis/crates/web/ui/e2e/specs/agents.spec.js:99:7
[default] › e2e/specs/agents.spec.js:175:2 › Agents settings page › main agent card is shown with Default badge: crates/web/ui/e2e/helpers.js#L93
2) [default] › e2e/specs/agents.spec.js:175:2 › Agents settings page › main agent card is shown with Default badge Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: page.goto: Timeout 15000ms exceeded. Call log: - navigating to "http://127.0.0.1:41221/settings/agents", waiting until "domcontentloaded" at ../helpers.js:93 91 | for (let attempt = 0; attempt < 5; attempt++) { 92 | try { > 93 | await page.goto(path, { waitUntil: "domcontentloaded", timeout: 15_000 }); | ^ 94 | await expectPageContentMounted(page); 95 | return pageErrors; 96 | } catch (error) { at navigateAndWait (/home/runner/work/moltis/moltis/crates/web/ui/e2e/helpers.js:93:15) at /home/runner/work/moltis/moltis/crates/web/ui/e2e/specs/agents.spec.js:177:9
[default] › e2e/specs/agents.spec.js:175:2 › Agents settings page › main agent card is shown with Default badge: crates/web/ui/e2e/specs/agents.spec.js#L99
2) [default] › e2e/specs/agents.spec.js:175:2 › Agents settings page › main agent card is shown with Default badge Test timeout of 90000ms exceeded while running "afterEach" hook. 97 | }); 98 | > 99 | test.afterEach(async ({ page, baseURL }, testInfo) => { | ^ 100 | if (testInfo.status !== testInfo.expectedStatus) { 101 | try { 102 | const failedUrl = page.url(); at /home/runner/work/moltis/moltis/crates/web/ui/e2e/specs/agents.spec.js:99:7
[default] › e2e/specs/agents.spec.js:175:2 › Agents settings page › main agent card is shown with Default badge: crates/web/ui/e2e/helpers.js#L93
2) [default] › e2e/specs/agents.spec.js:175:2 › Agents settings page › main agent card is shown with Default badge TimeoutError: page.goto: Timeout 15000ms exceeded. Call log: - navigating to "http://127.0.0.1:41221/settings/agents", waiting until "domcontentloaded" at ../helpers.js:93 91 | for (let attempt = 0; attempt < 5; attempt++) { 92 | try { > 93 | await page.goto(path, { waitUntil: "domcontentloaded", timeout: 15_000 }); | ^ 94 | await expectPageContentMounted(page); 95 | return pageErrors; 96 | } catch (error) { at navigateAndWait (/home/runner/work/moltis/moltis/crates/web/ui/e2e/helpers.js:93:15) at /home/runner/work/moltis/moltis/crates/web/ui/e2e/specs/agents.spec.js:177:9
[default] › e2e/specs/agents.spec.js:151:2 › Agents settings page › settings/agents loads and shows heading: crates/web/ui/e2e/specs/agents.spec.js#L99
1) [default] › e2e/specs/agents.spec.js:151:2 › Agents settings page › settings/agents loads and shows heading Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 90000ms exceeded while running "afterEach" hook. 97 | }); 98 | > 99 | test.afterEach(async ({ page, baseURL }, testInfo) => { | ^ 100 | if (testInfo.status !== testInfo.expectedStatus) { 101 | try { 102 | const failedUrl = page.url(); at /home/runner/work/moltis/moltis/crates/web/ui/e2e/specs/agents.spec.js:99:7
[default] › e2e/specs/agents.spec.js:151:2 › Agents settings page › settings/agents loads and shows heading: crates/web/ui/e2e/helpers.js#L93
1) [default] › e2e/specs/agents.spec.js:151:2 › Agents settings page › settings/agents loads and shows heading Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: page.goto: Timeout 15000ms exceeded. Call log: - navigating to "http://127.0.0.1:41221/settings/agents", waiting until "domcontentloaded" at ../helpers.js:93 91 | for (let attempt = 0; attempt < 5; attempt++) { 92 | try { > 93 | await page.goto(path, { waitUntil: "domcontentloaded", timeout: 15_000 }); | ^ 94 | await expectPageContentMounted(page); 95 | return pageErrors; 96 | } catch (error) { at navigateAndWait (/home/runner/work/moltis/moltis/crates/web/ui/e2e/helpers.js:93:15) at /home/runner/work/moltis/moltis/crates/web/ui/e2e/specs/agents.spec.js:153:9
[default] › e2e/specs/agents.spec.js:151:2 › Agents settings page › settings/agents loads and shows heading: crates/web/ui/e2e/specs/agents.spec.js#L99
1) [default] › e2e/specs/agents.spec.js:151:2 › Agents settings page › settings/agents loads and shows heading Test timeout of 90000ms exceeded while running "afterEach" hook. 97 | }); 98 | > 99 | test.afterEach(async ({ page, baseURL }, testInfo) => { | ^ 100 | if (testInfo.status !== testInfo.expectedStatus) { 101 | try { 102 | const failedUrl = page.url(); at /home/runner/work/moltis/moltis/crates/web/ui/e2e/specs/agents.spec.js:99:7
[default] › e2e/specs/agents.spec.js:151:2 › Agents settings page › settings/agents loads and shows heading: crates/web/ui/e2e/helpers.js#L93
1) [default] › e2e/specs/agents.spec.js:151:2 › Agents settings page › settings/agents loads and shows heading TimeoutError: page.goto: Timeout 15000ms exceeded. Call log: - navigating to "http://127.0.0.1:41221/settings/agents", waiting until "domcontentloaded" at ../helpers.js:93 91 | for (let attempt = 0; attempt < 5; attempt++) { 92 | try { > 93 | await page.goto(path, { waitUntil: "domcontentloaded", timeout: 15_000 }); | ^ 94 | await expectPageContentMounted(page); 95 | return pageErrors; 96 | } catch (error) { at navigateAndWait (/home/runner/work/moltis/moltis/crates/web/ui/e2e/helpers.js:93:15) at /home/runner/work/moltis/moltis/crates/web/ui/e2e/specs/agents.spec.js:153:9
Biome
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: biomejs/setup-biome@29711cbb52afee00eb13aeb30636592f9edc0088. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
lint/complexity/noExcessiveCognitiveComplexity: crates/web/ui/e2e/specs/onboarding.spec.js#L703
Excessive complexity of 20 detected (max: 15).
lint/complexity/noExcessiveCognitiveComplexity: crates/web/ui/e2e/specs/auth.spec.js#L160
Excessive complexity of 16 detected (max: 15).
lint/complexity/noExcessiveCognitiveComplexity: crates/web/ui/e2e/specs/auth.spec.js#L260
Excessive complexity of 16 detected (max: 15).
lint/complexity/noExcessiveCognitiveComplexity: crates/web/ui/e2e/specs/auth.spec.js#L324
Excessive complexity of 25 detected (max: 15).
Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test
Unexpected input(s) 'package-manager-cache', valid inputs are ['always-auth', 'node-version', 'node-version-file', 'architecture', 'check-latest', 'registry-url', 'scope', 'token', 'cache', 'cache-dependency-path', 'mirror', 'mirror-token']
Test
Unexpected input(s) 'package-manager-cache', valid inputs are ['always-auth', 'node-version', 'node-version-file', 'architecture', 'check-latest', 'registry-url', 'scope', 'token', 'cache', 'cache-dependency-path', 'mirror', 'mirror-token']
Clippy
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Clippy
Unexpected input(s) 'package-manager-cache', valid inputs are ['always-auth', 'node-version', 'node-version-file', 'architecture', 'check-latest', 'registry-url', 'scope', 'token', 'cache', 'cache-dependency-path', 'mirror', 'mirror-token']
Clippy
Unexpected input(s) 'package-manager-cache', valid inputs are ['always-auth', 'node-version', 'node-version-file', 'architecture', 'check-latest', 'registry-url', 'scope', 'token', 'cache', 'cache-dependency-path', 'mirror', 'mirror-token']
E2E Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E Tests
Unexpected input(s) 'package-manager-cache', valid inputs are ['always-auth', 'node-version', 'node-version-file', 'architecture', 'check-latest', 'registry-url', 'scope', 'token', 'cache', 'cache-dependency-path', 'mirror', 'mirror-token']
🎭 Playwright Run Summary
4 failed [default] › e2e/specs/agents.spec.js:151:2 › Agents settings page › settings/agents loads and shows heading [default] › e2e/specs/agents.spec.js:175:2 › Agents settings page › main agent card is shown with Default badge [default] › e2e/specs/agents.spec.js:189:2 › Agents settings page › New Agent button opens create form [default] › e2e/specs/agents.spec.js:207:2 › Agents settings page › config-only preset can be promoted into an agent 1 flaky [default] › e2e/specs/agents.spec.js:249:2 › Agents settings page › create form Cancel button returns to list 11 skipped 23 did not run 330 passed (26.6m)

Artifacts

Produced during runtime
Name Size Digest
e2e-test-results-25264693417-1 Expired
3.13 MB
sha256:7509c2ec7440c70b9cd065a6b7d95a1fbd5495552c0feaf628a047aa18915e71