Sentinel

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

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