Hello I have two questions, first one is there a w...
# test
s
Hello I have two questions, first one is there a way to make all your unit tests tu run with a gradle command so they don't stop if some test cases fail? Also in case of multimodule is there a way to run all unit test with one command?
t
What have you tried? I’ve googled on how to do this and the first couple of answers seem to do what you want - what is it that you need to do that’s different from what they provide?
s
Oh I will check again, because what I found didn't work out in gitlab
m
The default for gradle is to run all tests. There is a fail fast flag that might be set somewhere, though.