hauner / grails-cucumber

a Cucumber plugin for Grails
https://github.com/hauner/grails-cucumber
63 stars 35 forks source link

improve scenario failure reporting #14

Closed hauner closed 12 years ago

hauner commented 12 years ago

Reporting step failures as failure of the scenario is heavily confusing in IDEAs test runner. It is not clear anymore if it is scenario or a step. Probably best to not report step failures like that and depend on the scenario output.

hauner commented 12 years ago

fixed by 3ab9856f