ember-cli / ember-cli/ember-exam

Usage documentation and options are extremely confusing

Open
#587 4 comments 5 reactions 1 assignee Claimed by @step2yeung View on GitHub
documentation
Dominant language
JavaScript
Stars
289
Forks
65
Avg merge
4m
Merged PRs (30d)
9

Description

I want to run my tests in parallel, but I just can't figure out which options I should use.

I tried:

- `ember exam --load-balance --parallel=1` - doesn't run tests in parallel
- `ember exam --load-balance --parallel=2` - doesn't run tests in parallel, **runs the whole test suite twice (1624 tests out of 812)**
- `ember exam --load-balance --parallel=1 --split=2` - doesn't run tests in parallel, **runs only part of the test suite (366 tests out of 812)**
- `ember exam --load-balance --parallel=2 --split=2` - doesn't run tests in parallel, **runs only part of the test suite (732 tests out of 812)**

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.