spec_cli 0.1.5 copy "spec_cli: ^0.1.5" to clipboard
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 #

  • REFACTOR: switch to use built-in string extension methods in ansi_styles package (#16). (695e9692)
  • FIX: set the default column when there is no terminal (#20). (e6049cba)

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 a coverage/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+1 #

  • FIX: fixes an issue where path to folders ended up not running tests. (050b3d8a)

0.1.1 #

  • FEAT: List all errors when the tests complete

0.1.0+1 #

0.1.0 #

  • Initial release.