pickled_cucumber 1.4.0
pickled_cucumber: ^1.4.0 copied to clipboard
A simple cucumber implementation for Dart, Dart Frog and Flutter.
Changelog #
1.0.0 #
- Initial version.
1.0.1 #
- [Flutter] Fix: generation conflict. Replace
*.g.dartwith*.pickled.dartto avoid conflict with other packages.
1.0.2 #
- [Flutter] Fix: error message on step not found
1.0.3 #
- [Flutter] Fix: multiple steps defintion files usage
1.0.4 #
- [Dependencies] Bump dependencies
- [Flutter] Fix: Flutter code generation with multiple scenarios with tags
1.0.5 #
- [Flutter] Fix: Commenting a step in a .feature file, fail the test generation
1.1.0 #
- [Flutter] Feat: Allow to store .feature files in subfolders
1.2.0 #
- [Lib] Chore: Bump dependencies
1.3.0 #
- [Flutter] Feat: Implement Cucumber Background steps in code generation
1.3.1 #
- [Lib] Docs: Fix README documentation
1.4.0 #
- [Lib] Chore: bump dependencies