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

test: Show number of tests left to be executed #6588

Merged
merged 2 commits into from May 11, 2024

Conversation

joeyparrish
Copy link
Member

When running tests locally on many browsers, it can be difficult to tell which browsers are done. You need to look at the number of executed and skipped tests, sum them, and compare that to the total number of tests. With each browser skipping different numbers of tests and running at different speeds, this is painful.

This modifies the test reporters to show the number of tests left. This gives you, at a glance, which browsers are done and how close each is to completion.

When running tests locally on many browsers, it can be difficult to tell which browsers are done.  You need to look at the number of executed and skipped tests, sum them, and compare that to the total number of tests.  With each browser skipping different numbers of tests and running at different speeds, this is painful.

This modifies the test reporters to show the number of tests left.  This gives you, at a glance, which browsers are done and how close each is to completion.
@joeyparrish joeyparrish merged commit 5f8628a into shaka-project:main May 11, 2024
14 of 15 checks passed
@joeyparrish joeyparrish deleted the show-tests-left branch May 11, 2024 17:54
@shaka-bot
Copy link
Collaborator

Incremental code coverage: No instrumented code was changed.

avelad pushed a commit that referenced this pull request May 13, 2024
When running tests locally on many browsers, it can be difficult to tell
which browsers are done. You need to look at the number of executed and
skipped tests, sum them, and compare that to the total number of tests.
With each browser skipping different numbers of tests and running at
different speeds, this is painful.

This modifies the test reporters to show the number of tests left. This
gives you, at a glance, which browsers are done and how close each is to
completion.
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

3 participants