chore(libs): referencing the update dart_gherkin branch

This commit is contained in:
Jon Samwell 2021-01-07 17:38:07 +11:00
parent 6d474d483a
commit 9ba3ced69a
4 changed files with 13 additions and 5 deletions

View File

@ -1 +1 @@
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"integration_test","path":"C:\\\\Google\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.dartlang.org\\\\integration_test-1.0.1\\\\","dependencies":[]}],"android":[{"name":"integration_test","path":"C:\\\\Google\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.dartlang.org\\\\integration_test-1.0.1\\\\","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"integration_test","dependencies":[]}],"date_created":"2021-01-07 17:30:41.008680","version":"1.22.5"}
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"integration_test","path":"C:\\\\Google\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.dartlang.org\\\\integration_test-1.0.1\\\\","dependencies":[]}],"android":[{"name":"integration_test","path":"C:\\\\Google\\\\flutter\\\\.pub-cache\\\\hosted\\\\pub.dartlang.org\\\\integration_test-1.0.1\\\\","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"integration_test","dependencies":[]}],"date_created":"2021-01-07 17:35:05.210344","version":"1.22.5"}

View File

@ -83,6 +83,8 @@ void main() {
}
```
11. Custom world need to extend `FlutterWorld` note `FlutterDriverWorld`.
## [1.1.9] - 24/11/2020
* Fixes #93 & #92 - Error waiting for no transient callbacks from Flutter driver
* Added option to leave Flutter app under test running when the tests finish see `keepAppRunningAfterTests` configuration property

View File

@ -164,9 +164,11 @@ packages:
gherkin:
dependency: "direct main"
description:
path: "../dart_gherkin"
relative: true
source: path
path: "."
ref: code_gen_changes
resolved-ref: "641cefc360be618c64838b4c19820a72062dc70a"
url: "https://github.com/jonsamwell/dart_gherkin.git"
source: git
version: "1.1.10"
glob:
dependency: "direct main"

View File

@ -22,8 +22,12 @@ dependencies:
build_config: ^0.4.5
integration_test: ^1.0.1
# gherkin: ^1.1.9
# gherkin:
# path: ../dart_gherkin
gherkin:
path: ../dart_gherkin
git:
url: https://github.com/jonsamwell/dart_gherkin.git
ref: code_gen_changes
dev_dependencies:
test: