cucumber / cucumber-android

Android support for Cucumber-JVM
MIT License
135 stars 62 forks source link

Empty Reports on Fatal errors #100

Open childnode opened 2 years ago

childnode commented 2 years ago

๐Ÿ‘“ 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