Under certain conditions, we expect there to be no skipped tests since that may indicate some dependencies are not installed properly. In these cases, it would be nice to be able to pass a flag to testflo to specify that any skipped tests should cause testflo to not return exit code 0, and therefore fail our CI test stage.
Under certain conditions, we expect there to be no skipped tests since that may indicate some dependencies are not installed properly. In these cases, it would be nice to be able to pass a flag to
testflo
to specify that any skipped tests should causetestflo
to not return exit code 0, and therefore fail our CI test stage.