Krishnanand B
Krishnanand B
Hi Sarath, Optimus runs each scenario in its own container thus reducing the flakiness but trade-off is extra time of setup and teardown. Your suggestion sounds really helpful, we will...
Hi @sarathsp23 I fear this looks like a bug in Optimus, will look into it.
Hey Arvind, Optimus currently does not support extent reporting. We will add this as an enhancement and keep you updated. I have gone through the reporter library you have shared,...
Hey Arvind, Optimus has a gradle plugin that manages the build. You can find the project here https://github.com/testvagrant/optimusgradle. All cucumber level options are managed under respective tasks. eg: FragmentationTask and...
Yes you can, please use the gradle command in the yml file or job command `./gradlew runDistribution - DtestFeed=` Reports will be generated in `builds/reports/cucumber` folder, which can be added...