spec_cli 0.1.2+1 spec_cli: ^0.1.2+1 copied to clipboard
CLI for Spec - a streamlined testing framework for Dart & Flutter.
0.1.2+1 #
Fixed the minimum Dart version required to match what spec_cli uses (>= 2.16.0)
0.1.2 #
-
Added support for
--coverage
to generate acoverage/lcov.info
file in both Dart and Flutter projects. -
Fixed an issue where in
--watch
mode, the elapsed time indicator never stopped even after all tests had finished.
0.1.1+2 #
- Update Riverpod dependency
0.1.1 #
- FEAT: List all errors when the tests complete