Files
Nexus/docs/changelog/2026-06-08-playwright-e2e-full-pass.md
T
Nexus Agent 0f6f91e61a fix(api): align alerts/commands contracts and ship full-site test suite.
Restore alert history filters and stats fields, paginate command/session logs for the SPA, show script labels on schedules, and land integration/E2E coverage with rebuilt web assets.
2026-06-09 02:13:13 +08:00

817 B

2026-06-08 — Playwright 全量 E2E 32/33 通过

摘要

本地 npm run test:e2e 首次在扩展后的 19 个 spec 目录下跑通:32 passed / 1 skipped(~42s)。修复 6 处选择器与已移除的全局搜索用例。

动机

Wave 5 仅完成 pytest;用户要求用真实 admin 凭据补跑 Playwright 全量并留证据。

涉及文件

  • frontend/e2e/full-acceptance.spec.mjs
  • frontend/e2e/pages/{credentials,executions,executions-detail,retries,push}.spec.mjs
  • docs/reports/2026-06-08-playwright-e2e-full-run.md

迁移/重启

无。首次环境需 npx playwright install chromium

验证

# API :8600 已起,凭据经环境变量传入(勿写进仓库)
cd frontend && NEXUS_E2E_BASE=http://127.0.0.1:8600 NEXUS_E2E_PASSWORD=*** npm run test:e2e