sentinel 2.1.1 copy "sentinel: ^2.1.1" to clipboard
sentinel: ^2.1.1 copied to clipboard

outdated

A Dart and Flutter project automatic test runner to run tests automatically as files change. Inspired by Jest and Ruby's Guard.

Sentinel #

A Dart and Flutter project automatic test runner to run tests automatically as files change. Inspired by Jest and Ruby's Guard.

Installation #

Install sentinel globally so it won't cause conflicts with your dependencies.

$ pub global activate sentinel

Usage #

On your Dart or Flutter project's root directory run:

$ sentinel

After that, when you change any file under lib and test directory will automatically run a corresponding unit test if available or all tests.

If you wish to also run integration tests, include -i option.

$ sentinel -i
1
likes
0
pub points
0%
popularity

Publisher

verified publisherbrainchildprojects.com

A Dart and Flutter project automatic test runner to run tests automatically as files change. Inspired by Jest and Ruby's Guard.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, equatable, file, watcher, yaml

More

Packages that depend on sentinel