Files
mic-check/scripts
James Wampler cff98b5df4
Some checks failed
CI / build-and-push (push) Successful in 39s
CI / deploy-qa (push) Successful in 11s
CI / smoke-qa (push) Failing after 13s
Use npm run e2e instead of npx playwright in the smoke container
npx resolved the registry's generic "playwright" package instead of the
locally installed @playwright/test bin, triggering an unwanted fresh install
and "No tests found". npm run e2e uses the project's own node_modules/.bin
unambiguously.
2026-07-04 18:36:37 -07:00
..