play-iot / gradle-plugin

PlayIO Gradle plugin
Apache License 2.0
2 stars 0 forks source link

Add capability to enable stop gradle execution if test fails #70

Closed zero88 closed 8 months ago

zero88 commented 8 months ago

Background By default setting, the multi-project build has ignoreFailures = true, that enables running test and gathering test report on all projects at the end.

However, in the case of the standalone test for the specific sub-project, Gradle should fail if any test fails.

Solution

Add stopOnTestFailure project property to add this capability