test_reporter 1.1.1 copy "test_reporter: ^1.1.1" to clipboard
test_reporter: ^1.1.1 copied to clipboard

CLI Utility to wrap dart tests with reporter plugins

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

You can use it with Flutter tests

dart run test_reporter flutter test

You can pass arguments to dart/flutter tests as is

dart run test_reporter flutter test --tags golden --coverage

See repository README for detailed info

0
likes
0
pub points
43%
popularity

Publisher

unverified uploader

CLI Utility to wrap dart tests with reporter plugins

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, freezed_annotation, path, universal_io, uuid

More

Packages that depend on test_reporter