I am new to botium and want to do parallel testing using botium(CLI and Binding)-webdriverIO. Any configuration in botium.json file?
I am new to botium and want to do parallel testing using botium(CLI and Binding)-webdriverIO. Any configuration in botium.json file?
Botium CLI cannot do parallel testing itself. You would have to run it multiple times in parallel, sharing the botium.json configuration, but with a distinct set of test cases.