GitHub Actions
|
a751a42bf4
|
fix(agents): ensure E2E container rebuild before Playwright tests
|
2026-01-31 00:24:33 +00:00 |
|
GitHub Actions
|
894f449573
|
chore: update architecture documentation guidelines and adjust E2E Docker configuration
|
2026-01-28 10:30:03 +00:00 |
|
GitHub Actions
|
0da6f7620c
|
fix: restore PATCH endpoints used by E2E + emergency-token fallback
register PATCH /api/v1/settings and PATCH /api/v1/security/acl (E2E expectations)
add emergency-token-aware shortcut handlers (validate X-Emergency-Token → set admin context → invoke handler)
preserve existing POST handlers and backward compatibility
rebuild & redeploy E2E image, verified backend build success
Why: unblocked failing Playwright E2E tests that returned 404s and were blocking the hotfix release
|
2026-01-27 22:43:33 +00:00 |
|
GitHub Actions
|
f64e3feef8
|
chore: clean .gitignore cache
|
2026-01-26 19:22:05 +00:00 |
|
GitHub Actions
|
e5f0fec5db
|
chore: clean .gitignore cache
|
2026-01-26 19:21:33 +00:00 |
|
GitHub Actions
|
d6b68ce81a
|
chore(e2e): implement Phase 6 integration testing with agent skills
Complete Phase 6 of Playwright E2E testing plan with comprehensive
integration tests covering cross-feature workflows and system integration.
Integration Tests Added:
proxy-acl-integration.spec.ts - ACL with proxy host integration
proxy-certificate.spec.ts - SSL certificate lifecycle tests
proxy-dns-integration.spec.ts - DNS challenge provider integration
security-suite-integration.spec.ts - Cerberus security suite tests
backup-restore-e2e.spec.ts - Full backup/restore workflow
import-to-production.spec.ts - Caddyfile/CrowdSec import flows
multi-feature-workflows.spec.ts - Complex multi-step scenarios
Agent Skills Created:
docker-rebuild-e2e.SKILL.md - Rebuild E2E Docker environment
test-e2e-playwright-debug.SKILL.md - Run/debug Playwright tests
Supporting scripts for skill execution
Test Infrastructure Improvements:
TestDataManager for namespace-based test isolation
Fixed route paths: /backups → /tasks/backups
Domain uniqueness via UUID namespacing
Improved selector reliability with role-based queries
Results: 648 tests passing, 98 skipped, 97.5% statement coverage
|
2026-01-24 22:22:39 +00:00 |
|