Skip to content

dicodingacademy/fluttest-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published