gauge-java
gauge-java copied to clipboard
Support programmatically skipped scenarios (e.g if a scenario has a dependency failure)
I am working on an API product. Some endpoints are associated with 3rd party endpoints. Sometimes we may receive an error that does not belong to our product. In this case, I should be able to bypass this scenario without failing the whole feature.
If there was a feature which allow me skip the scenario with certain case , it would be awesome. It could be static method like Gauge.skip("skip reason");