426e9eeabd
Voice Workbench / headless workbench (mocked backends) (push) Has been cancelled
Voice Workbench / real acoustic lane (nightly, provisioned only) (push) Has been cancelled
ci / test (push) Has been cancelled
ci / lint-and-format (push) Has been cancelled
ci / build (push) Has been cancelled
ci / dev-startup (push) Has been cancelled
gitleaks / gitleaks (push) Has been cancelled
Markdown Links / Relative Markdown Links (push) Has been cancelled
Quality (Extended) / Homepage Build (PR smoke) (push) Has been cancelled
Quality (Extended) / Comment-only diff guard (push) Has been cancelled
Quality (Extended) / Format + Type Safety Ratchet (push) Has been cancelled
Quality (Extended) / Develop Gate (secret scan + UI determinism) (push) Has been cancelled
Quality (Extended) / Develop Gate (lint) (push) Has been cancelled
Chat shell gestures / Chat shell gesture + parity e2e (push) Has been cancelled
Cloud Gateway Discord / Test (push) Has been cancelled
Benchmark Bridge Tests / benchmark (bunx @biomejs/biome check packages/lifeops-bench/src, benchmark-lint) (push) Has been cancelled
Benchmark Bridge Tests / benchmark (bunx vitest run --config packages/lifeops-bench/vitest.config.ts --root packages/lifeops-bench --passWithNoTests, benchmark-tests) (push) Has been cancelled
Build Agent Image / build-and-push (push) Has been cancelled
Dev Smoke / bun run dev onboarding chat (push) Has been cancelled
Dev Smoke / Vite HMR dependency-level smoke (push) Has been cancelled
Electrobun Submodule Guard / electrobun gitlink is fetchable (push) Has been cancelled
Publish @elizaos/example-code / check_npm (push) Has been cancelled
Publish @elizaos/example-code / publish_npm (push) Has been cancelled
Publish @elizaos/plugin-elizacloud / verify_version (push) Has been cancelled
Publish @elizaos/plugin-elizacloud / publish_npm (push) Has been cancelled
Sandbox Live Smoke / Sandbox live smoke (push) Has been cancelled
Snap Build & Test / Build Snap (amd64) (push) Has been cancelled
Snap Build & Test / Build Snap (arm64) (push) Has been cancelled
Test Packaging / elizaos CLI global-install smoke (node + bun) (push) Has been cancelled
Cloud Gateway Webhook / Test (push) Has been cancelled
Cloud Tests / lint-and-types (push) Has been cancelled
Cloud Tests / unit-tests (push) Has been cancelled
Cloud Tests / integration-tests (push) Has been cancelled
Cloud Tests / e2e-tests (push) Has been cancelled
CodeQL Advanced / Analyze (javascript-typescript) (push) Has been cancelled
Deploy Apps Worker (Product 2) / Determine environment (push) Has been cancelled
Deploy Apps Worker (Product 2) / Deploy apps worker to apps-control host (${{ needs.determine-env.outputs.environment }}) (push) Has been cancelled
Deploy Eliza Provisioning Worker / Determine environment (push) Has been cancelled
Deploy Eliza Provisioning Worker / Deploy worker to Hetzner host (${{ needs.determine-env.outputs.environment }} @ ${{ needs.determine-env.outputs.deployment_sha }}) (push) Has been cancelled
Dev Smoke / Classify changed paths (push) Has been cancelled
supply-chain / sbom (push) Has been cancelled
supply-chain / vulnerability-scan (push) Has been cancelled
Build, Push & Deploy to Phala Cloud / build-and-push (push) Has been cancelled
Test Packaging / Validate Packaging Configs (push) Has been cancelled
Test Packaging / Build & Test PyPI Package (push) Has been cancelled
Test Packaging / PyPI on Python ${{ matrix.python }} (push) Has been cancelled
Test Packaging / Pack & Test JS Tarballs (push) Has been cancelled
UI Fixture E2E / ui-fixture-e2e (push) Has been cancelled
UI Fixture E2E / fixture-e2e (push) Has been cancelled
UI Story Gate / story-gate (push) Has been cancelled
vault-ci / test (macos-latest) (push) Has been cancelled
vault-ci / test (ubuntu-latest) (push) Has been cancelled
vault-ci / test (windows-latest) (push) Has been cancelled
vault-ci / app-core wiring tests (push) Has been cancelled
verify-patches / verify patches/CHECKSUMS.sha256 (push) Has been cancelled
Voice Benchmark Smoke / voice-emotion fixture smoke (push) Has been cancelled
Voice Benchmark Smoke / voiceagentbench fixture smoke (push) Has been cancelled
Voice Benchmark Smoke / voicebench-quality unit smoke (push) Has been cancelled
Voice Benchmark Smoke / voicebench TypeScript unit (no audio) (push) Has been cancelled
Voice Benchmark Smoke / voice bench smoke summary (push) Has been cancelled
Windows CI / windows ([bun run --cwd packages/app-core test bun run --cwd packages/elizaos test bun run --cwd packages/cloud/shared test], app-and-cli) (push) Has been cancelled
Windows CI / windows ([bun run --cwd packages/scenario-runner test bun run --cwd packages/vault test bun run --cwd packages/security test bun run --cwd plugins/plugin-coding-tools test], framework-packages) (push) Has been cancelled
Windows CI / windows ([bun run --cwd plugins/plugin-elizacloud test bun run --cwd plugins/plugin-discord test bun run --cwd plugins/plugin-anthropic test bun run --cwd plugins/plugin-openai test bun run --cwd plugins/plugin-app-control test bun run --cwd plugins/pl… (push) Has been cancelled
Windows CI / windows ([node packages/scripts/run-turbo.mjs run build --filter=@elizaos/core --filter=@elizaos/shared --filter=@elizaos/agent --concurrency=4 node packages/scripts/run-bash-linux-only.mjs scripts/verify-riscv64-buildpaths.sh node packages/scripts/run… (push) Has been cancelled
Windows CI / windows ([node packages/scripts/run-turbo.mjs run typecheck --filter=@elizaos/core --filter=@elizaos/shared --filter=@elizaos/cloud-shared --concurrency=4 bun run --cwd packages/core test bun run --cwd packages/shared test], core-runtime, 75) (push) Has been cancelled
201 lines
9.1 KiB
YAML
201 lines
9.1 KiB
YAML
name: UI Fixture E2E
|
|
|
|
# #9954/#10722: the chat-sheet drag-detent, TopicGroup gesture, and home-screen
|
|
# e2e runners (src/components/shell/__e2e__/run-*.mjs) esbuild-bundle a fixture
|
|
# and drive it with REAL input in headless Chromium — genuine CDP touch
|
|
# (src/testing/real-touch-gestures.ts) for the phone profiles plus real mouse
|
|
# for the fine-pointer flows — coverage no jsdom unit test can reach. They
|
|
# existed but were wired to NO workflow, so a swipe/sheet/launcher regression
|
|
# could only be caught by hand. This gates them on packages/ui changes. Mirrors
|
|
# ui-story-gate.yml (same lean bun workspace + Playwright Chromium setup); the
|
|
# runners self-bundle, so no Storybook/dist build is needed.
|
|
#
|
|
# chat-ambient/onboarding have their own follow-ups.
|
|
|
|
on:
|
|
# Reusable entry for the scheduled exhaustive develop lane (#12342).
|
|
workflow_call:
|
|
pull_request:
|
|
branches: [main]
|
|
paths:
|
|
# The fixture runners esbuild-bundle from the full packages/ui/src tree,
|
|
# so any source change there can reach a bundled runner.
|
|
- "packages/ui/src/**"
|
|
- "packages/ui/package.json"
|
|
# The proactive-suggestions e2e drives these server modules for real.
|
|
- "packages/agent/src/services/proactive-interaction-*.ts"
|
|
- "packages/agent/src/api/views-routes.ts"
|
|
- "packages/agent/src/api/interactions-routes.ts"
|
|
- "packages/agent/src/api/server-helpers-swarm.ts"
|
|
- ".github/workflows/ui-e2e-gate.yml"
|
|
push:
|
|
branches: [main, develop]
|
|
paths:
|
|
- "packages/ui/src/**"
|
|
- "packages/ui/package.json"
|
|
- "packages/agent/src/services/proactive-interaction-*.ts"
|
|
- "packages/agent/src/api/views-routes.ts"
|
|
- "packages/agent/src/api/interactions-routes.ts"
|
|
- "packages/agent/src/api/server-helpers-swarm.ts"
|
|
|
|
# CI fan-out fix: the PR-scoped concurrency from #14069 fell back to
|
|
# github.run_id on push, so every develop push got a unique group and
|
|
# nothing ever superseded. A 37-merge wave queued thousands of push runs
|
|
# and starved the self-hosted fleet. Fall back to github.ref (all develop
|
|
# pushes share a group) and cancel superseded runs on push too. PR behavior
|
|
# is unchanged (pull_request.number still wins the key); merge_group and
|
|
# schedule events are not in the cancel set, so the merge queue and nightly
|
|
# runs always complete.
|
|
concurrency:
|
|
group: ui-e2e-gate-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
|
cancel-in-progress: ${{ github.event_name == 'pull_request' || github.event_name == 'push' }}
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
env:
|
|
BUN_VERSION: "canary"
|
|
NODE_VERSION: "24.15.0"
|
|
|
|
jobs:
|
|
ui-fixture-e2e:
|
|
runs-on: ${{ fromJSON(vars.HETZNER_FLEET_ONLINE == 'false' && '["ubuntu-24.04"]' || '["self-hosted","hetzner-robot"]') }}
|
|
timeout-minutes: 45
|
|
steps:
|
|
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
|
|
with:
|
|
submodules: false
|
|
|
|
- name: Setup Node.js
|
|
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
|
|
with:
|
|
node-version: ${{ env.NODE_VERSION }}
|
|
|
|
- name: Setup workspace dependencies
|
|
uses: ./.github/actions/setup-bun-workspace
|
|
with:
|
|
bun-version: ${{ env.BUN_VERSION }}
|
|
install-command: bun install
|
|
install-native-deps: "false"
|
|
skip-avatar-clone: "true"
|
|
no-vision-deps: "true"
|
|
|
|
- name: Ensure generated shared i18n data
|
|
run: node packages/app-core/scripts/ensure-shared-i18n-data.mjs
|
|
|
|
- name: Install Playwright Chromium
|
|
run: bunx playwright install --with-deps chromium
|
|
|
|
# AgentSurface capability bridge: list/focus/fill/click over synthetic and
|
|
# real plugin-hosted controls.
|
|
- name: Agent surface e2e
|
|
run: bun run --cwd packages/ui test:agent-surface-e2e
|
|
|
|
# Coding account + task-room roster widget visual states.
|
|
- name: Orchestrator accounts widget e2e
|
|
run: bun run --cwd packages/ui test:orchestrator-accounts-e2e
|
|
|
|
# Background view apply/undo/reset/export flow.
|
|
- name: Background view e2e
|
|
run: bun run --cwd packages/ui test:background-e2e
|
|
|
|
# Connector setup-panel config fields and screenshots.
|
|
- name: Connectors view e2e
|
|
run: bun run --cwd packages/ui test:connectors-e2e
|
|
|
|
# Chat-sheet drag detents (open/peek/close pull-sheet state machine).
|
|
- name: Chat sheet drag-gesture e2e
|
|
run: bun run --cwd packages/ui test:chat-sheet-e2e
|
|
|
|
# Mobile bottom-bar affordances and overlays.
|
|
- name: Bottom bar e2e
|
|
run: bun run --cwd packages/ui test:bottombar-e2e
|
|
|
|
# Ambient /chat background screenshot pass.
|
|
- name: Chat ambient e2e
|
|
run: bun run --cwd packages/ui test:chat-ambient-e2e
|
|
|
|
# TopicGroup collapse/expand (#8928) under REAL input (#10722): CDP touch
|
|
# taps + the touch-action pan-y contract, and mouse flicks for the
|
|
# fine-pointer profile.
|
|
- name: Chat TopicGroup gesture e2e
|
|
run: bun run --cwd packages/ui test:chatux-gesture-e2e
|
|
|
|
# iOS-style HomeScreen + home↔launcher rail (#10722): REAL-touch rail
|
|
# swipes, inner launcher paging, and long-press on the mobile profile;
|
|
# mouse drag + `< >` edge buttons on the desktop/fine-pointer profiles.
|
|
- name: Home-screen real-touch e2e
|
|
run: bun run --cwd packages/ui test:home-screen-e2e
|
|
|
|
# Fused wake phrase + shell integration fixture.
|
|
- name: Fused wake integration e2e
|
|
run: bun run --cwd packages/ui test:fused-wake-integration-e2e
|
|
|
|
# Warm-up eviction (#11670): a user message sent while the local model
|
|
# 503s during warm-up must survive the post-turn reconcile, show a
|
|
# retryable failed turn, and deliver exactly once on Retry.
|
|
- name: Warm-up message eviction e2e
|
|
run: bun run --cwd packages/ui test:warmup-eviction-e2e
|
|
|
|
# Launcher grid (#10722): genuine CDP long-press pointer drag-to-reorder
|
|
# (section 2b) → onReorder → persisted LAUNCHER_STORAGE_KEY order +
|
|
# reorder telemetry + no duplicate ids. The jsdom Launcher.gestures suite
|
|
# explicitly defers this physics coverage here.
|
|
- name: Launcher real-drag reorder e2e
|
|
run: bun run --cwd packages/ui test:launcher-e2e
|
|
|
|
# App-shell view lifecycle transitions, errors, teardown, and telemetry.
|
|
- name: View lifecycle e2e
|
|
run: bun run --cwd packages/ui test:view-lifecycle-e2e
|
|
|
|
# Proactive suggestions (#8792): real views/interactions routes → real
|
|
# decider + governance gate (rate limit, cooldowns, dedup, kill switch)
|
|
# → real broadcast frames → real ChatTranscript suggestion affordance
|
|
# (Suggestion chip, "Do it", dismiss) exercised with real clicks.
|
|
- name: Proactive suggestions pipeline + UI e2e
|
|
run: bun run --cwd packages/ui test:suggestions-e2e
|
|
|
|
# Frontend-hosting dashboard tab (#10690): real mock cloud stack
|
|
# publish → activate → rollback → delete lifecycle, desktop + mobile.
|
|
- name: Frontend hosting e2e
|
|
run: bun run --cwd packages/ui test:frontend-hosting-e2e
|
|
|
|
# Org Team Credential Pool tab (#11332/#11488): real mock cloud stack
|
|
# contribute (probe fail/pass) → masked list → toggle → invite/connect
|
|
# link → remove, desktop + mobile.
|
|
- name: Credentials e2e
|
|
run: bun run --cwd packages/ui test:credentials-e2e
|
|
|
|
# Cloud-surface unification (#11341): real mock cloud stack; every legacy
|
|
# /dashboard/* deep link redirects to /settings#<section>, and each
|
|
# canonical Settings section renders real data, desktop + mobile.
|
|
- name: Cloud settings surface (slop-removal) e2e
|
|
run: bun run --cwd packages/ui test:slop-removal-e2e
|
|
|
|
- name: Upload UI fixture e2e artifacts
|
|
if: always()
|
|
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
|
|
with:
|
|
name: ui-fixture-e2e-output
|
|
path: |
|
|
packages/ui/src/agent-surface/__e2e__/output
|
|
packages/ui/src/components/chat/widgets/__e2e__/output
|
|
packages/ui/src/components/chat/widgets/__e2e__/output-ftu
|
|
packages/ui/src/components/pages/__e2e__/output-background
|
|
packages/ui/src/components/pages/__e2e__/output-connectors
|
|
packages/ui/src/components/views/__e2e__/output-view-lifecycle
|
|
packages/ui/src/components/shell/__e2e__/output
|
|
packages/ui/src/components/shell/__e2e__/output-chatux
|
|
packages/ui/src/components/shell/__e2e__/output-home
|
|
packages/ui/src/components/shell/__e2e__/output-bottombar
|
|
packages/ui/src/components/shell/__e2e__/output-fused-wake-integration
|
|
packages/ui/src/components/pages/__e2e__/output-launcher
|
|
packages/ui/src/components/pages/__e2e__/output-background
|
|
packages/ui/src/components/pages/__e2e__/output-suggestions
|
|
packages/ui/src/cloud/applications/__e2e__/output-frontend-hosting
|
|
packages/ui/src/cloud/organization/__e2e__/output-credentials
|
|
packages/ui/src/cloud/__e2e__/output-slop-removal
|
|
packages/ui/src/components/shell/__e2e__/output-warmup-eviction
|
|
retention-days: 14
|
|
if-no-files-found: ignore
|