test: add multi-report merge test for issue#261
Open
Ma11hewThomas wants to merge 2 commits intomainfrom
Open
Conversation
Adds two dummy CTRF shard reports simulating Playwright sharded runs: - shard-1: 53 tests (24 passed, 3 failed, 26 skipped) - shard-2: 49 tests (34 passed, 3 failed, 12 skipped) - Expected merged: 102 tests, 58 passed, 6 failed, 38 skipped Adds workflow that triggers on PR to test whether the summary table shows merged totals or only a single shard's data. Refs #258
Issue #258 - Multi-report merge testSummary
test-multi-report-summary: Run #1
❌ Some tests failed!
Github Test Reporter by CTRF 💚 |
build-and-test: Run #1394
🎉 All tests passed!Github Test Reporter by CTRF 💚 |
Issue #258 - Multi-report merge testSummary
test-multi-report-summary: Run #2
❌ Some tests failed!
Github Test Reporter by CTRF 💚 |
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.
Adds two dummy CTRF shard reports simulating Playwright sharded runs:
Adds workflow that triggers on PR to test whether the summary table shows merged totals or only a single shard's data.
Do not merge