Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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?
aoatmon's user avatar
  • 597
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 ...
eventhorizon's user avatar
  • 3,347