You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This reformats the test logs to improve legibility. A key change is
highlighting the test result with corresponding colors to make it easier
for developers to spot tests that have failed at a quick glance.
The test result and duration are moved to the front of each line to
avoid formatting issues because of very long test descriptions that are
hard to format in a layout with fixed column widths.
Also, this colorizes the commands captured by set -x to visually
distinguish them from the actual command output.
0 commit comments