gherkin

continue running cucumber steps after a failure

左心房为你撑大大i 提交于 2019-11-27 07:23:11
问题 Is there any way to continue executing Cucumber Steps even when one of the steps fails. In my current setup when a step fails , cucumber skips remaining steps....I wonder if there is some way to twick cucumber runner setup.. I could comment out failing steps but its not practical when you dont know which step will fail...If i could continue with remaining step i would know complete set of failing Tests in one shot....rather than going in cycle over cycle... Environment: Cucumber JVM , R ,