labs42io / web-automation

BDD tests with Cucumber, WebdriverIO and Docker Selenium

Home Page:https://labs42io.github.io/web-automation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[question] Run multiple time

starostin13 opened this issue · comments

Hi there,

I have a 2 question today

  1. Can I run test multiple time due to N or due to they succeeded?
  2. Can I run test on several nodes?

Thanks, In advice

Hi @starostin13 ,

Can I run test multiple time due to N or due to they succeeded?

in his repo there is no support for this, but you could handle this via a custom then snippen.

Can I run test on several nodes?

by default tests run on chrome and firefox browser nodes in parallel.