Skip to content

fix: make-colored dot reporter more readable

fix(test_runner): improve colored dot reporter readability

In this commit, I've enhanced the colored dot reporter for the Node.js test runner. Now, passing test dots are displayed in bold and bright green, while failing test 'X's are in bold and bright red, making the output more visually distinct and readable.

Changes made:

  • Updated the dot reporter to utilize ANSI escape codes for bold and bright colors.
  • Improved the styling of dots and 'X' to enhance visibility.

Tested the changes locally with the provided test script to ensure the proper functioning of the updated dot reporter.

Closes #51770 (closed)

Merge request reports

Loading