sebastianbenz / Jnario

Executable specifications for Java
136 stars 38 forks source link

runing mutiple jnario tests in parallel #165

Open braghome opened 9 years ago

braghome commented 9 years ago

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