An open API service indexing awesome lists of open source software.

https://github.com/dicodingacademy/fluttest-cli

Run Flutter test on interactive mode :tada:
https://github.com/dicodingacademy/fluttest-cli

cli flutter testing testing-tools

Last synced: about 1 year ago
JSON representation

Run Flutter test on interactive mode :tada:

Awesome Lists containing this project

README

          

# fluttest
Run Flutter test on interactive mode :tada:

> Before using this tools, be sure you already install **tojunit** as a global package. You can read that on this [link](https://pub.dev/packages/junitreport/install).

## Usage

Install:
```sh
npm install @dicodingacademy/fluttest -g
```

To running all test in your project, run this command
```sh
fluttest --all
```

Run single test file? Do with this command
```sh
fluttest --source file_test.dart
```

## Test Result

All test result

Single test result