Launching Gauge specs/scenarios from code
akurkin opened this issue · 1 comments
akurkin commented
Hi,
this is not a bug or feature request (yet).
Is it feasible in a current setup to launch Gauge specs/scenarios bypassing CLI altogether?
Example:
- "app" receives command to execute specific Gauge test
- App shells out execution of Gauge test via CLI "gauge run specs/10-my-scenario.md:22"
- Collects report
I was wondering if instead of shelling out to command line it's possible to use GaugeRuntime and execute scenarios within existing app and then operate with reports on a code level?
Any pointers on how to do it are greatly appreciated, thank you for all the hard work on this project <3