ogurets 3.1.2 ogurets: ^3.1.2 copied to clipboard
Gherkin/Cucumber implementation in dart, supporting classes and simple libraries, hooks, dependency injection, and all the things you would want in an easy to use format.
3.1.2 #
- updated documentation
- updated the IDEA formatter so it outputs examples correctly
- ensure each example line in a scenario outline has a separate scenario status so it doesn't prevent other examples from running.
3.1.1 #
- Introducing ogurets for the first time
1.0.1+1 #
- Introduced this changelog.
1.0.1 #
- Upgraded all dependencies.
- Minimal required Dart SDK is now 2.0.0.
- Removed log4dart because it is not dart2 compatible. Replaced it with the logging lib from pub.dart.
1.0.0 #
- The fork removed all future-code and replaced it with async/await. The reason for that is that it can properly be used in dart2 tests.