(Flutter) Run tests
DescriptionClick to copy link
Runs any test in a Flutter project.
InstructionsClick to copy link
-
Add the Flutter Test Step to your Workflow. Set the input variables:
- Project Location: For example, $BITRISE_FLUTTER_PROJECT_LOCATION.
- Check out optional inputs in the Workflow Editor or in the Step description.
-
Add a Deploy to Bitrise.io Step that makes the test results available in the Tests tab.
bitrise.ymlClick to copy link
- flutter-test@1:
inputs:
- project_location: "$BITRISE_FLUTTER_PROJECT_LOCATION"
- deploy-to-bitrise-io@2: {}