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:
- Host: GitHub
- URL: https://github.com/dicodingacademy/fluttest-cli
- Owner: dicodingacademy
- License: apache-2.0
- Created: 2021-10-17T06:05:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-18T10:09:17.000Z (over 4 years ago)
- Last Synced: 2025-02-01T10:19:17.759Z (about 1 year ago)
- Topics: cli, flutter, testing, testing-tools
- Language: JavaScript
- Homepage:
- Size: 780 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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