gauge-java icon indicating copy to clipboard operation
gauge-java copied to clipboard

Support programmatically skipped scenarios (e.g if a scenario has a dependency failure)

Open serhatozdursun opened this issue 3 years ago • 3 comments

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");

serhatozdursun avatar Jul 04 '22 09:07 serhatozdursun