mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 19:04:43 +00:00
Add Docker setup for running E2E tests with the Angular dev server containerized while Playwright runs on the host. Supports multiple instances via configurable ports. New files: - Dockerfile.e2e.dev: Dev server image - docker-compose.e2e.yaml: E2E orchestration config - scripts/wait-for-app.sh: Health check script New npm scripts: - e2e:docker: Run E2E with containerized app - e2e:docker:webdav: Same but includes WebDAV for sync tests Usage: APP_PORT=4343 npm run e2e:docker |
||
|---|---|---|
| .. | ||
| fix-duplicate-imports.ts | ||
| migrate-console-to-log-force.ts | ||
| migrate-console-to-log.ts | ||
| migrate-to-droid-log.ts | ||
| migrate-to-issue-log.ts | ||
| migrate-to-pf-log.ts | ||
| migrate-to-plugin-log.ts | ||
| migrate-to-task-log.ts | ||
| remove-unused-log-imports.ts | ||
| replace-synclog-with-pflog.ts | ||
| wait-for-app.sh | ||
| wait-for-webdav.sh | ||