All Questions
Tagged with fail-fast unit-testing
2 questions
4
votes
1
answer
296
views
is there a "fail fast" option for flutter tests?
to save time and money both locally and in CICD
I would like to add "fail fast" to my flutter tests
but I cannot find it in the official docs
is there a way to do that?
1
vote
0
answers
121
views
Webservice functional/integration test with Junit
The question aims to find a better solution than mine.
I have the following REQUIREMENTS for my integration tests:
Each integration test is implemented in a single test class.
The methods in a test ...