Chatbot automation using Botim and WebdriverIO

102 Views Asked by At

I am new to botium and want to do parallel testing using botium(CLI and Binding)-webdriverIO. Any configuration in botium.json file?

1

There are 1 best solutions below

0
Florian Treml On

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.