Hi ,
In our project we are creating with a docker image contains
Gauge test project(gradle)+ Gauge +plugins+Java setup
"gauge run specs " is failing to execute and we tried with gradle cmd
Ex: gradlew gauge -PspecsDir="specs/first.spec, we can able to execute , here my question is do we need to build gradle every time for different spec file ?
Please let me know how we can run different spec file in different container using the same build file.
Thanks,
Suman