sentinel

Creator: coderz1093

Last updated:

0 purchases

sentinel Image
sentinel Images
Add to Cart

Description:

sentinel

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
copied to clipboard
Usage #
On your Dart or Flutter project's root directory run:
$ sentinel
copied to clipboard
After that, when you change any file under lib and test directory, sentinel
will automatically run a corresponding unit test if available or all tests.
Running Integration Tests #
Warning: this feature is experimental.
If you wish to also run integration tests like in a flutter project, use the
-i option.
$ sentinel -i
copied to clipboard
Ignoring Files #
To ignore some files from watching, create a sentinel.yaml on your project
root and add the ignored globs like the following:
ignore:
- test/tmp/*
- data/schema.dart
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator