spec_cli 0.1.5 spec_cli: ^0.1.5 copied to clipboard
CLI for Spec - a streamlined testing framework for Dart & Flutter.
0.1.5 - 2023-03-08 #
- Added support for
--update-goldens
flag (thanks to @trejdych)
0.1.4 #
- feat: Allow running spec_cli with
dart pub global run spec_cli
(#22) - upgrade dependencies
0.1.3 #
Upgrade Riverpod dependency
0.1.2+2 #
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