We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ecec8f commit 156b29bCopy full SHA for 156b29b
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.0.0
2
+
3
+* 🎉 First major version!
4
+* ✨ Upgrade gherkin library from 2.0.8 -> 3.0.1
5
+* 🐞 Fix screenshot bug: screenshot can now be taken at any moment during the test.
6
7
## 0.4
8
9
* Fix test execution status on Exception
README.md
@@ -80,7 +80,7 @@ This README is based on some [gherkin](https://pub.dev/packages/gherkin) README
80
In the `pubspec.yaml` of your project, add the `gherkin_widget_extension` library in `dev_dependencies` :
81
82
```yaml
83
-gherkin_widget_extension: ^0.0.2
+gherkin_widget_extension: ^1.0.0
84
```
85
86
Then run `pub get` to download the dependency.
0 commit comments