Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
There was a problem hiding this comment.
Pull Request Overview
This PR updates Playwright and its related test reporter to newer versions, changing from semantic versioning ranges to pinned exact versions.
- Updates
@playwright/testfrom^1.47.0to exact version1.56.1 - Updates
playwright-ctrf-json-reporterfrom^0.0.18to exact version0.0.26 - Removes caret (
^) ranges in favor of exact version pinning
Reviewed Changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| package.json | Updates dependency specifiers for Playwright test and CTRF reporter, removing caret ranges and pinning to exact versions |
| pnpm-lock.yaml | Automatic lockfile update reflecting the new resolved versions and integrity hashes for updated dependencies and their transitive references |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6041 +/- ##
=========================================
Coverage 39.71% 39.71%
=========================================
Files 2437 2437
Lines 39925 39925
Branches 8796 9124 +328
=========================================
Hits 15857 15857
+ Misses 24039 22856 -1183
- Partials 29 1212 +1183 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Differences Found✅ No packages or licenses were added. SummaryExpand
|
Scope of the change