Skip to content
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): unify visual-written representation of skipped tests #2603

Merged

Conversation

oscarmarina
Copy link
Contributor

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

skipped-old-red

- dim

skipped-new-dim

Copy link

changeset-bot bot commented Jan 6, 2024

🦋 Changeset detected

Latest commit: 0613039

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@web/test-runner Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@oscarmarina oscarmarina force-pushed the unify-visual-written-skip-tests branch from d7ce6ab to 0889e3f Compare January 6, 2024 15:14
Copy link
Member

@Westbrook Westbrook left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Sorry for the delay on a review here.

@Westbrook Westbrook force-pushed the unify-visual-written-skip-tests branch from 2d9b31d to 0613039 Compare May 10, 2024 16:55
@Westbrook Westbrook merged commit 6a97a69 into modernweb-dev:master May 10, 2024
7 checks passed
@oscarmarina
Copy link
Contributor Author

Thanks for the review, @Westbrook !!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants