test: Refactor Playwright suite with shared helpers and remove redundant tests#13278
Conversation
|
Important Review skippedToo many files! This PR contains 199 files, which is 49 over the limit of 150. To get a review, narrow the scope: ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (199)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
✅ Test Coverage AdvisorNo source changes detected without accompanying tests. Thanks for keeping coverage up! 🎉
|
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project check has failed because the head coverage (51.72%) is below the target coverage (60.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## release-1.10.0 #13278 +/- ##
==================================================
- Coverage 55.72% 55.43% -0.29%
==================================================
Files 2178 2178
Lines 205613 205599 -14
Branches 31091 31042 -49
==================================================
- Hits 114575 113980 -595
- Misses 89717 90301 +584
+ Partials 1321 1318 -3
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Objective
Restructure the Playwright e2e suite to remove duplication and dead code, and make UI-text/test-id changes a single-edit operation.
Changes
publish, sessions, env loading and skip guards
extracted into constants/texts.ts)