CI broken on main: package-lock.json missing Playwright deps from PR #25 #27
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
CI on main is failing after merging PR #25 (Playwright E2E smoke tests). The
npm cistep fails because@playwright/testandplaywrightpackages were added topackage.jsonbutpackage-lock.jsonwas not updated.Fix
Run
npm installto regeneratepackage-lock.jsonwith the new Playwright deps, then commit.Priority
High — main branch CI is broken.