pickle_parser 1.0.4
pickle_parser: ^1.0.4 copied to clipboard
A Flutter package for parsing pickle files and executing Cucumber steps in widget tests.
1.0.4 #
- Added Buy Me a Coffee support link to README
- Updated documentation formatting
1.0.3 #
New Features #
- ✨ Enhanced Text Matching: Added support for flexible text selectors
contains:text- Find text containing substringstartsWith:text- Find text starting with prefixendsWith:text- Find text ending with suffixregex:pattern- Find text matching regex patterntext:exact- Explicit exact text matching
- 🛠️ CLI Tools: Added command-line validation and code generation
--validate- Validate feature file syntax and steps--generate- Generate test skeletons from feature files- Verbose output and detailed error reporting
Improvements #
- 🎯 Simplified Element Finding: Unified element finder supporting all selector types
- 📖 Better Documentation: Comprehensive usage examples and troubleshooting guide
- 🐛 Bug Fixes: Fixed typos and improved error logging
Breaking Changes #
- None - all changes are backward compatible
1.0.0 #
- Initial version.