test: add full playwright ui regression coverage
Some checks failed
docker-images / build-and-push (admin, admin, termi-astro-admin, admin/Dockerfile) (push) Successful in 52s
docker-images / build-and-push (backend, backend, termi-astro-backend, backend/Dockerfile) (push) Failing after 13s
docker-images / build-and-push (frontend, frontend, termi-astro-frontend, frontend/Dockerfile) (push) Successful in 32s
ui-regression / playwright-regression (push) Failing after 14m24s
Some checks failed
docker-images / build-and-push (admin, admin, termi-astro-admin, admin/Dockerfile) (push) Successful in 52s
docker-images / build-and-push (backend, backend, termi-astro-backend, backend/Dockerfile) (push) Failing after 13s
docker-images / build-and-push (frontend, frontend, termi-astro-frontend, frontend/Dockerfile) (push) Successful in 32s
ui-regression / playwright-regression (push) Failing after 14m24s
This commit is contained in:
17
README.md
17
README.md
@@ -22,7 +22,7 @@ Monorepo for the Termi blog system.
|
||||
From the repository root:
|
||||
|
||||
```powershell
|
||||
npm run dev
|
||||
pnpm dev
|
||||
```
|
||||
|
||||
This starts `frontend + admin + backend` in a single Windows Terminal window with multiple tabs.
|
||||
@@ -30,13 +30,14 @@ This starts `frontend + admin + backend` in a single Windows Terminal window wit
|
||||
Common shortcuts:
|
||||
|
||||
```powershell
|
||||
npm run dev:mcp
|
||||
npm run dev:frontend
|
||||
npm run dev:admin
|
||||
npm run dev:backend
|
||||
npm run dev:mcp-only
|
||||
npm run stop
|
||||
npm run restart
|
||||
pnpm dev:mcp
|
||||
pnpm dev:frontend
|
||||
pnpm dev:admin
|
||||
pnpm dev:backend
|
||||
pnpm dev:mcp-only
|
||||
pnpm stop
|
||||
pnpm restart
|
||||
pnpm test:ui
|
||||
```
|
||||
|
||||
### PowerShell entrypoint
|
||||
|
||||
Reference in New Issue
Block a user