Testing Flutter apps
-
Run unit and UI tests for Flutter apps with the Flutter Test Step. The Step simply runs the flutter test command on your app: you can configure it to run only specific tests or to run all tests it can find. You can also export the results to the Test Reports add-on.
-
Perform static code analysis with the Dart analyzer: our Flutter Analyze Step runs the flutter analyze command with the required fail severity and the additional parameters you wish to append to it.
In this section: