test_laser 0.0.8
test_laser: ^0.0.8 copied to clipboard
A beautiful and informative command-line test runner for Flutter that makes your test output clean, readable, and actionable.
void main() {
// To use the test_laser tool, activate it from pub.flutter-io.cn:
//
// dart pub global activate test_laser
//
// Then, navigate to any Flutter project and run the command:
//
// test_laser
//
// This example has a test suite that demonstrates various test scenarios.
//
}