pickle_parser 1.0.3
pickle_parser: ^1.0.3 copied to clipboard
A Flutter package for parsing pickle files and executing Cucumber steps in widget tests.
1.0.3 #
- Fixed typos in logging ("sucess" -> "success")
- Fixed duplicate logging in error handling
- Added comprehensive dartdoc documentation
- Added unit tests for core functionality
- Added example usage
- Cleaned up unnecessary dependencies
- Improved package description
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.