[test optimization] Fix attempt to fix logic in playwright#7325
[test optimization] Fix attempt to fix logic in playwright#7325juan-fernandez merged 4 commits intomasterfrom
Conversation
Overall package sizeSelf size: 4.45 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 2.0.3 | 76.87 kB | 808.03 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7325 +/- ##
=======================================
Coverage 86.03% 86.03%
=======================================
Files 513 513
Lines 22245 22245
=======================================
Hits 19139 19139
Misses 3106 3106 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
BenchmarksBenchmark execution time: 2026-01-23 12:33:40 Comparing candidate commit 837cd5a in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 229 metrics, 31 unstable metrics. |
What does this PR do?
Take into account if the disabled test is attempted to fix
Motivation
Disabled tests in playwright are not retried when attempt to fix is tried on them. This is not aligned with the spec.
Plugin Checklist