Skip to content

Usage documentation and options are extremely confusing #587

@EvgenyOrekhov

Description

@EvgenyOrekhov

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)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions