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

use ember-exam to speed up test runs #6044

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

runspired
Copy link
Contributor

@runspired runspired commented May 7, 2021

ember-exam allows for load balancing and parallelizing test runs. I've configured this to balance across 16 partitions to maximize cores used.

Example with:

Out of requested 16 browser(s), 16 browser(s) has launched.

1..1139
# tests 1139
# pass  1137
# skip  2
# todo  0
# fail  0

# ok
✨  Done in 159.42s.

Example without:

1..1124
# tests 1124
# pass  1122
# skip  2
# todo  0
# fail  0

# ok
✨  Done in 311.09s.

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