I have a question regarding running tests in Flutter using Patrol framework. Sometimes when I run the test it passes and sometimes it just fails with this message in report.
══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞═════════════════
The following message was thrown:
Multiple exceptions (3) were detected during the running of the
current test, and at least one was unexpected.
═════════════════════════════════════════════════════════════════
at pl.leancode.patrol.PatrolJUnitRunner.runDartTest(PatrolJUnitRunner.java:135)
at care.incision.teams.MainActivityTest.runDartTest(MainActivityTest.java:31)
Flutter 3.19.6 • channel stable
Patrol CLI version: 2.7.0
patrol: ^3.6.1
I tried running the test each time, and sometimes it passed but sometimes it failed. I expect that it passes each time
tanja_k is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.