From 9ba3ced69a4ca575e006a674907f0bbb2eb31fc9 Mon Sep 17 00:00:00 2001 From: Jon Samwell Date: Thu, 7 Jan 2021 17:38:07 +1100 Subject: [PATCH] chore(libs): referencing the update dart_gherkin branch --- .flutter-plugins-dependencies | 2 +- CHANGELOG.md | 2 ++ pubspec.lock | 8 +++++--- pubspec.yaml | 6 +++++- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.flutter-plugins-dependencies b/.flutter-plugins-dependencies index eb54a05..033fbdc 100644 --- a/.flutter-plugins-dependencies +++ b/.flutter-plugins-dependencies @@ -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"} \ No newline at end of file +{"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"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index aefa506..bb3e8d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pubspec.lock b/pubspec.lock index a8452a7..a6435f5 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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" diff --git a/pubspec.yaml b/pubspec.yaml index c8fa0b2..b4347b0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: