cucumber-android icon indicating copy to clipboard operation
cucumber-android copied to clipboard

Empty Reports on Fatal errors

Open childnode opened this issue 2 years ago โ€ข 0 comments

๐Ÿ‘“ What did you see?

no cucumber reports on crashed testcase

โœ… What did you expect to see?

Testcase being marked "failed"

๐Ÿ“ฆ Which tool/library version are you using?

`io.cucumber:cucumber-android:4.9.0ยด

setup see https://github.com/cucumber/cucumber-android/issues/60#issuecomment-1106367995

๐Ÿ”ฌ How could we reproduce it?

Steps to reproduce the behavior:

  1. run cut with 3 features
  2. second feature raises uncatched runtimeException
  3. See cucumber.report.json is empty

๐Ÿ“š Any additional context?

see https://github.com/cucumber/cucumber-android/issues/60#issuecomment-1106367995

childnode avatar Jun 08 '22 11:06 childnode