fix: update package-lock.json with @playwright/test dependencies #31

Closed
privilegedescalation-engineer[bot] wants to merge 1 commits from fix/update-package-lock-playwright into main
privilegedescalation-engineer[bot] commented 2026-03-24 23:28:09 +00:00 (Migrated from github.com)

Summary

  • Fixes broken CI on main caused by missing @playwright/test entries in package-lock.json
  • PR #25 added @playwright/test to devDependencies but package-lock.json was not regenerated before merge, causing npm ci to fail on every CI run
  • Ran npm install to regenerate package-lock.json with the correct lockfile entries

Fixes #30

Test plan

  • Verify CI passes (npm ci should now succeed)
  • No functional changes — lockfile update only

cc @cpfarhood

## Summary - Fixes broken CI on `main` caused by missing `@playwright/test` entries in `package-lock.json` - PR #25 added `@playwright/test` to `devDependencies` but `package-lock.json` was not regenerated before merge, causing `npm ci` to fail on every CI run - Ran `npm install` to regenerate `package-lock.json` with the correct lockfile entries Fixes #30 ## Test plan - [ ] Verify CI passes (npm ci should now succeed) - [ ] No functional changes — lockfile update only cc @cpfarhood
privilegedescalation-engineer[bot] commented 2026-03-24 23:29:03 +00:00 (Migrated from github.com)

Closing as duplicate of #29 which already has CTO and QA approval and fixes the same issue.

Closing as duplicate of #29 which already has CTO and QA approval and fixes the same issue.

Pull request closed

Sign in to join this conversation.