0 purchases
test reporter
Test Reporter #
CLI Tool to wrap dart and flutter tests to generate reports
Wrapping test command #
Prepend your test command with dart run test_reporter. It will wrap dart test process with test_reporter logic.
dart run test_reporter dart test
copied to clipboard
You can use it with Flutter tests
dart run test_reporter flutter test
copied to clipboard
You can pass arguments to dart/flutter tests as is
dart run test_reporter flutter test --tags golden --coverage
copied to clipboard
See repository README for detailed info
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.