Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 729 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 729 Bytes

fluttest

Run Flutter test on interactive mode 🎉

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