You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An idea from @runspired: When running tests with ember exam --split=n --partition=1 --serve, or something similar, it would be nice to be able to switch partitions without having to quit and restart or manually modify parameters.
Currently, Testem offers support for q to quit and enter to rerun tests, but maybe it can expose an interface to extend those controls, such that Ember Exam can offer partition switching?
The text was updated successfully, but these errors were encountered:
An idea from @runspired: When running tests with
ember exam --split=n --partition=1 --serve
, or something similar, it would be nice to be able to switch partitions without having to quit and restart or manually modify parameters.Currently, Testem offers support for
q
to quit andenter
to rerun tests, but maybe it can expose an interface to extend those controls, such that Ember Exam can offer partition switching?The text was updated successfully, but these errors were encountered: