Run multi scenarios at the same time
dnzguzel opened this issue · 4 comments
Hello,
I want to run multiple scenarios at the same time. But gauge-maven-plugin supports only one scenario with -Dscenario parameter. How to resolve this case? For example I can not use mvn gauge:execute -Dscenario=scenario1,scenario2
It's not supported at the moment. There's discussion about it here getgauge/gauge#1012 (comment)
I know this but this time it doesn't see the external libraries used. Thats why I want to use gauge-maven-plugin.
Unfortunately there's no workaround currently for the maven plugin.
This is because of how Maven handles parameters and how Gauge parses these parameters. An alternate approach needs to be implemented, maybe using an environment variable.
@dnzguzel Just out of curiosity, can you not tag the scenaios and run it with mvn gauge:execute -Dtags="mytag"
?