bdd_framework 3.0.2 bdd_framework: ^3.0.2 copied to clipboard
BDD framework for Dart/Flutter. Lets you create BDD tests in code, and gives you easy to read error messages when assertions fail. Exports to Gherkin/Cucumber feature files.
[3.0.2] - 2023/01/10 #
-
Compatible with Flutter 3.13.9 version.
-
Internal frames are not shown in the error stack-traces. This simplifies the reported stack-traces by removing lines which are not from your application code.
[2.0.1] - 2022/08/12 #
- Documentation, BDD tutorial and example app.
[1.0.0] - 2022/04/16 #
- Initial version.