googlesamples / unity-jar-resolver

Unity plugin which resolves Android & iOS dependencies and performs version management
Other
1.21k stars 337 forks source link

Able to continue tests if one fails #641

Closed chkuang-g closed 9 months ago

chkuang-g commented 9 months ago

Add new property CONTINUE_ON_FAIL_FOR_TESTS_ENABLED. When set to 1, if one test fails, the build script will continue running the next test and provide a final report when all tests are finished.

This currently works for

This does not work for