Discussion:
[Cucumber] Execute Multiple tags in parallel in separate browsers
theiva
2015-05-28 09:22:12 UTC
Permalink
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
--
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.
Noodles
2018-07-16 16:55:28 UTC
Permalink
Did you find an answer to this? I have the same question.
Post by theiva
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
and can not execute ie anymore.
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.
Loading...