How to run multiple test cases of Flutter integration tests in single command or from single file.
1. If I run two separate commands for two files then report generates only for last command.
2. When I try to do separate groups in single file then app stays on same page doesn't restart.
Here I need to restart app for further processing. Is there any way to combine multiple test cases to run from multiple files.?
Thing to consider: I am using ozzie as a report generator.
Thanks in advance.