0.0.5 • Published 3 years ago

@dicodingacademy/fluttest v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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.

Usage

Install:

npm install @dicodingacademy/fluttest -g

To running all test in your project, run this command

fluttest --all

Run single test file? Do with this command

fluttest --source file_test.dart

Test Result

All test result

Single test result