[test optimization] Fix source line extraction in playwright#7750
[test optimization] Fix source line extraction in playwright#7750juan-fernandez merged 2 commits intomasterfrom
Conversation
Overall package sizeSelf size: 4.96 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.0.0 | 81.15 kB | 815.98 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
BenchmarksBenchmark execution time: 2026-03-12 14:49:50 Comparing candidate commit f2b54e7 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 230 metrics, 30 unstable metrics. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7750 +/- ##
==========================================
- Coverage 80.41% 80.40% -0.02%
==========================================
Files 741 741
Lines 32132 32136 +4
==========================================
Hits 25840 25840
- Misses 6292 6296 +4 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:
|
What does this PR do?
Fix
test.source.fileandtest.source.linein playwright whenever a manual TS compilation step is involved.Motivation
Improve the likelihood that we detect the correct test source