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.
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
All test result
Single test result