[MM-69793] Port blob reporter to v2 branch - #1264
Open
bgardner8008 wants to merge 1 commit into
Open
Conversation
Switch the CI reporter from html to blob in playwright.config.ts and copy blob-report out of the container in run.sh, matching the fix already applied to main in PR #1244.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## v2 #1264 +/- ##
=====================================
Coverage ? 31.41%
=====================================
Files ? 249
Lines ? 13933
Branches ? 1762
=====================================
Hits ? 4377
Misses ? 9064
Partials ? 492 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
htmltoblobine2e/playwright.config.tsblob-report(instead ofplaywright-report) out of the E2E container ine2e/scripts/run.shThis is the v2 follow-up to PR #1244, which fixed the broken
E2E Report Generationworkflow onmain. Thegenerate-e2e-report.ymlworkflow always runs frommain(GitHubworkflow_runsemantics) and now expects blob-report artifacts; v2-based feature branches were still producing the old HTML-format artifacts, causing the report generation step to fail withError: No report files found in .../all-blob-reports.No changes needed to
generate-e2e-report.ymlore2e.yml— the report workflow was already fixed onmain, and the artifact upload step picks upresults/blob-report-*automatically.Jira: MM-69793