Is it possible to do something like conditional branching during Integration Test?

24 views Asked by At

I would like to change the checks during an IntegrationTest in Flutter between an error thrown and a normal case, but I don't know how to do it. Is there a way to do this in IntegrationTest, like a conditional branch?

0

There are 0 answers