This is a large feature request, but it would make my life far easier, so I'll throw it out: rspec recently introduced the bisect command, which combines random ordering and seeding to find out which sequence of tests causes a failure in the random-failures situation. Obviously, we can sort of pull this off manually using ember-exam, but that's a time-consuming and error-prone process. Automating it would be amazing.
This is a large feature request, but it would make my life far easier, so I'll throw it out: rspec recently introduced the
bisectcommand, which combines random ordering and seeding to find out which sequence of tests causes a failure in the random-failures situation. Obviously, we can sort of pull this off manually using ember-exam, but that's a time-consuming and error-prone process. Automating it would be amazing.