ci(E2E): Collapse previous Playwright result entries in the sticky PR comment#8012
ci(E2E): Collapse previous Playwright result entries in the sticky PR comment#8012khvn26 wants to merge 1 commit into
Conversation
… comment beep boop
|
The latest updates on your projects. Learn more about Vercel for GitHub. 3 Skipped Deployments
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe reusable Docker E2E test workflow now renders its sticky Playwright results comment inside an HTML Estimated code review effort: 1 (Trivial) | ~2 minutes Comment |
Docker builds report
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8012 +/- ##
=======================================
Coverage 98.64% 98.64%
=======================================
Files 1497 1497
Lines 59287 59287
=======================================
Hits 58481 58481
Misses 806 806 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
✅ Playwright Test Results (oss - depot-ubuntu-latest-16) — run #18278 (attempt 1)Playwright Test Results (oss - depot-ubuntu-latest-16)Details
✅ Playwright Test Results (oss - depot-ubuntu-latest-arm-16) — run #18278 (attempt 1)Playwright Test Results (oss - depot-ubuntu-latest-arm-16)Details
✅ Playwright Test Results (private-cloud - depot-ubuntu-latest-arm-16) — run #18278 (attempt 1)Playwright Test Results (private-cloud - depot-ubuntu-latest-arm-16)Details
✅ Playwright Test Results (private-cloud - depot-ubuntu-latest-16) — run #18278 (attempt 1)Playwright Test Results (private-cloud - depot-ubuntu-latest-16)Details
|
Visual Regression19 screenshots compared. See report for details. |
Thanks for submitting a PR! Please check the boxes below:
docs/if required so people know about the feature.Changes
I got tired of scrolling through Playwright comments for long-living PRs.
Each run's summary is now wrapped in a
<details open>block, and the comment step setshide_details: true. On every append,sticky-pull-request-commentstrips theopenattribute from all<details>tags in the previous comment body, so older runs fold down to a one-line summary, and only the latest run stays expanded.How did you test this code?
This is a CI change.