bdd_flutter 0.2.0
bdd_flutter: ^0.2.0 copied to clipboard
A powerful Flutter package that simplifies Behavior Driven Development (BDD) by automatically generating test files from Gherkin feature files
0.2.0 #
- change output files extension to
.bdd_scenarios.g.dart
and.bdd_test.g.dart
- add
ignore_features
option tobuild.yaml
- fix example
- fix import file name
- update readme
0.1.5 #
- fix import file name
0.1.4 #
- fix builder with examples
- add ignore decorator on feature
0.1.3 #
- fix builder issue with examples
- restructure code
0.1.2 #
- add
@disableReporter
and@enableReporter
decorators - fix build_runner error
- improve documentation
- change log to stdout
- update readme
0.1.1 #
- add
@className
decorator - fix build_runner error
0.1.0 #
- refactor to use factory pattern
- improve code readability
- improve documentation
0.0.1 #
- Initial release