Build Tooling: Collapse or omit successful test results from Travis build #16744
Labels
[Type] Automated Testing
Testing infrastructure changes impacting the execution of end-to-end (E2E) and/or unit tests.
[Type] Build Tooling
Issues or PRs related to build tooling
[Type] Task
Issues or PRs that have been broken down into an individual action to take
Milestone
In order to reduce contributor friction resulting from a failing build, we should seek to keep build results as actionable as possible. A failing Jest build is difficult to decipher because it includes potentially thousands of passing test cases. In these situations, usually only the failed test is relevant for the contributor.
Example: https://travis-ci.com/WordPress/gutenberg/jobs/211276270
Task: Logging for successful tests should be silenced or collapsed.
Relevant Details:
travis_fold:start:FOO
andtravis_fold:end:FOO
(example). These could be used for collapsing log output of the successful test cases.jest-silent-reporter
,jest-simple-dot-reporter
)The text was updated successfully, but these errors were encountered: