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 -gTo running all test in your project, run this command
fluttest --allRun single test file? Do with this command
fluttest --source file_test.dartAll test result
Single test result

