-
-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(test-runner): unifying visual-written representation 'skip' tests… #2585
fix(test-runner): unifying visual-written representation 'skip' tests… #2585
Conversation
… - summaryReporter
|
What I did
Unifying Visual and Written Representation of 'Skipped' Information for better comprehension - cognitive accessibility.
Presently, when a test is skipped, the visual representation uses a red "X" symbol, while the written summary denotes the skip with a gray label.
To enhance understanding and cognitive accessibility, I suggest introducing a new visual symbol, “-,” rendered in a subdued color, to complement the existing skipped label. This alignment of visual and written representations aims to improve clarity and consistency.
Visual
x red
- dim