Fixing playright again
Some checks failed
Tests / Mixed Line Ending Check (push) Successful in 44s
Tests / End of File Check (push) Successful in 49m19s
Tests / TOML Formatting Check (push) Failing after 44s
Tests / Ruff Format Check (push) Successful in 46s
Tests / Integration Tests (push) Successful in 27m42s
Tests / Pyright Type Check (push) Successful in 1m14s
Tests / End-to-End Tests (push) Failing after 1h11m2s
Tests / Darglint Docstring Check (push) Successful in 54s
Tests / No Docstring Types Check (push) Successful in 36s
Tests / ESLint Check (push) Successful in 1m14s
Tests / Prettier Format Check (push) Successful in 1m10s
Tests / TypeScript Type Check (push) Successful in 1m39s
Tests / TSDoc Lint Check (push) Successful in 1m12s
Tests / Backend Tests (push) Successful in 1m0s
Tests / Build and Push CICD Base Image (push) Successful in 1m8s
Tests / Ruff Linting (push) Failing after 11m0s
Tests / Build and Push CICD Complete Image (push) Successful in 12m16s
Tests / Frontend Tests (push) Successful in 1m48s
Tests / Trailing Whitespace Check (push) Successful in 25m24s
Tests / YAML Syntax Check (push) Successful in 47s
Tests / TOML Syntax Check (push) Successful in 36s
Tests / Backend Doctests (push) Successful in 1m0s

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2025-11-01 00:20:31 -04:00
parent a9db4d64bc
commit 941106d59a
3 changed files with 53 additions and 13 deletions

View File

@@ -564,8 +564,9 @@ jobs:
export CI=true &&
export NODE_ENV=test &&
echo 'Verifying Playwright installation...' &&
yarn playwright --version || echo 'Playwright CLI not available via yarn' &&
npx playwright --version || echo 'Playwright CLI not available via npx' &&
yarn playwright --version &&
echo 'Installing Playwright browser binaries...' &&
yarn playwright install --with-deps &&
echo 'Running tests via yarn script...' &&
yarn test:e2e --reporter=list
else