flutter_gherkin/CHANGELOG.md

43 lines
1.1 KiB
Markdown
Raw Normal View History

## [0.0.10] - 01/11/2018
* Ensured summary reporter reports failure reason
* Ensured well known Flutter step actions timeout before their parent step
## [0.0.9] - 01/11/2018
* Updated example of custom parameters and how to use them
2018-10-31 22:42:24 +00:00
## [0.0.8] - 01/11/2018
* Updated feature file glob pattern in readme examples
## [0.0.7] - 01/11/2018
* Added a test run summary reporter `TestRunSummaryReporter` that logs an aggregated summary of the test run once all tests have run.
* Fixed up glob issue in example project
## [0.0.6] - 31/10/2018
* Added quick start steps in the example app readme
2018-10-29 06:26:54 +00:00
## [0.0.5] - 29/10/2018
* Sorted out formatting of pre-defined steps
## [0.0.4] - 29/10/2018
* Added more tests around `FlutterTestConfiguration` to ensure pre-defined steps are always added
## [0.0.3] - 29/10/2018
* Added more pre-defined flutter step definitions
* Added more Flutter driver util methods to abstract common functionality like entering text into a control and tapping a button.
## [0.0.2] - 29/10/2018
2018-10-26 10:09:22 +00:00
* Fixed up dependencies
2018-10-29 05:31:24 +00:00
## [0.0.1] - 29/10/2018
* Initial working release