svenjacobs
05/08/2019, 12:13 PMraniejade
05/08/2019, 11:17 PM2.0.3, exceptions were not propagated properly (failed tests are being reported as passed). This bug was fixed in 2.0.4. Are you able to share a reproducer?svenjacobs
05/09/2019, 10:48 AM./gradlew test between Spek 2.0.2 and 2.0.3 and don't see a difference. However Jenkins has "lost" many test results since the Spek upgrade. Not sure why...raniejade
05/09/2019, 11:18 PMtapchicoma
05/11/2019, 7:13 PM2.0.4 version:
now report doesn't contain any text from context(..) {} and describe {} methods, only from it(..) {}svenjacobs
06/12/2019, 7:50 AM./gradlew test does only discover a portion of the tests. Also I'm not really sure what the pattern is here. For instance I have the modules core/common and core/domain. Both modules have the exact same configuration. However tests are only discovered for core/common?! I'm really scratching my head here 🤯raniejade
06/12/2019, 7:51 AMsvenjacobs
06/12/2019, 7:52 AMraniejade
06/12/2019, 7:54 AMsvenjacobs
06/12/2019, 7:55 AMraniejade
06/12/2019, 7:56 AMsvenjacobs
06/12/2019, 7:56 AM./gradlew :core:common:test works but ./gradlew :core:domain:test does not. Does not work means that the build succeeds. However tests are not run. I forced an AssertionError in one of the tests under domain but the error is not reportedraniejade
06/12/2019, 7:57 AMraniejade
06/12/2019, 7:58 AMsvenjacobs
06/12/2019, 8:00 AM--info and there is a discovery error produced by some library I use in domain.svenjacobs
06/12/2019, 8:00 AMsvenjacobs
06/12/2019, 8:00 AMraniejade
06/12/2019, 8:01 AMraniejade
06/12/2019, 8:04 AMsvenjacobs
06/12/2019, 8:09 AM