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
Currently all of the appium test (wrapper on top of Webdriver) run in parallel we need to move to BDD format testing but all the tests need to run in parallel in batches at least.
we run all our automation in parallel as they take a very long time if run sequentially.
current requirement is 46 tests in parallel is it possible to include the Jumi test runner can the Jnario test runner be multi - threaded
Currently all of the appium test (wrapper on top of Webdriver) run in parallel we need to move to BDD format testing but all the tests need to run in parallel in batches at least.
we run all our automation in parallel as they take a very long time if run sequentially.
current requirement is 46 tests in parallel is it possible to include the Jumi test runner can the Jnario test runner be multi - threaded
[3] Jumi already has such an adapter for JUnit. It converts events from
JUnit's RunListener to Jumi's SuiteNotifier, making it possible to run
JUnit tests inside Jumi. See
https://github.com/orfjackal/jumi/blob/v0.5.437/jumi-core/src/main/java/fi/jumi/core/junit/JUnitRunListenerAdapter.java
Esko Luontola
www.orfjackal.net
The text was updated successfully, but these errors were encountered: