theiva
2015-05-28 09:22:12 UTC
Hi,
How tags can be executed in parallel in cucumber-jvm
I have feature files which tagged with ie, chrome, firefox etc. I would
like to execute all of them in parallel using selenium grid. Browser is
opened only once at the start, it does not close and open browser again
after each scenario.
cuke runner is called to execute ie test with following property
-DCucumber.options=--tags @ie
if i try to again call cuke runner with @chrome, env property get override
and can not execute ie anymore.
if i use DCucumber.options=--tags @ie, --tags @chrome there is no parallel
execution
How it can be solved?
Thanks
How tags can be executed in parallel in cucumber-jvm
I have feature files which tagged with ie, chrome, firefox etc. I would
like to execute all of them in parallel using selenium grid. Browser is
opened only once at the start, it does not close and open browser again
after each scenario.
cuke runner is called to execute ie test with following property
-DCucumber.options=--tags @ie
if i try to again call cuke runner with @chrome, env property get override
and can not execute ie anymore.
if i use DCucumber.options=--tags @ie, --tags @chrome there is no parallel
execution
How it can be solved?
Thanks
--
Posting rules: http://cukes.info/posting-rules.html
---
You received this message because you are subscribed to the Google Groups "Cukes" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cukes+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Posting rules: http://cukes.info/posting-rules.html
---
You received this message because you are subscribed to the Google Groups "Cukes" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cukes+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.