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
tddmonkey
03/05/2021, 8:14 AM
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
SimonT
03/05/2021, 6:43 PM
Oh I will check again, because what I found didn't work out in gitlab
m
Mike
04/02/2021, 8:21 PM
The default for gradle is to run all tests. There is a fail fast flag that might be set somewhere, though.