olx_test_runner 0.11.0
olx_test_runner: ^0.11.0 copied to clipboard
CLI tool to speed up and simplify the process of running unit tests in Dart projects.
example/README.md
To install OLX Test Runner, you need to activate it globally by running this command in bash:
dart pub global activate olx_test_runner
To use test command, you need to run this in bash:
dart pub global run olx_test_runner test --test-path ./test --coverage
See more details in the guide.