From 058181884d7e7407818b1d4a54756813634576e8 Mon Sep 17 00:00:00 2001 From: Bartek Pacia Date: Sun, 2 Oct 2022 21:22:10 +0200 Subject: [PATCH 1/5] =?UTF-8?q?add=20Patrol=20=E2=80=93=20a=20new,=20power?= =?UTF-8?q?ful=20Flutter-first=20UI=20testing=20framework?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fee1bf6..bc227a7 100644 --- a/README.md +++ b/README.md @@ -543,7 +543,7 @@ Simon Binder](https://github.com/simolus3) ### Testing - +- [Patrol](https://github.com/leancodepl/patrol)[158⭐️] - Powerful Flutter-native UI testing framework eliminating limitations of `flutter_test`, `integration_test`, and `flutter_driver`. - [Flutter Gherkin](https://github.com/jonsamwell/flutter_gherkin) [150⭐] - Fully featured Gherkin parser and UI automated test runner by [Jon Samwell](https://github.com/jonsamwell). ### Web From c401fc3ee3b9fe667084a34cc2f6bef40f738126 Mon Sep 17 00:00:00 2001 From: Bartek Pacia Date: Sun, 2 Oct 2022 21:23:08 +0200 Subject: [PATCH 2/5] duh, no in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc227a7..fee1bf6 100644 --- a/README.md +++ b/README.md @@ -543,7 +543,7 @@ Simon Binder](https://github.com/simolus3) ### Testing -- [Patrol](https://github.com/leancodepl/patrol)[158⭐️] - Powerful Flutter-native UI testing framework eliminating limitations of `flutter_test`, `integration_test`, and `flutter_driver`. + - [Flutter Gherkin](https://github.com/jonsamwell/flutter_gherkin) [150⭐] - Fully featured Gherkin parser and UI automated test runner by [Jon Samwell](https://github.com/jonsamwell). ### Web From 6294a4c1ffefd0cfdad7b33b60f717c7ee866f2b Mon Sep 17 00:00:00 2001 From: Bartek Pacia Date: Sun, 2 Oct 2022 21:26:21 +0200 Subject: [PATCH 3/5] =?UTF-8?q?add=20Patrol=20=E2=80=93=20a=20new,=20power?= =?UTF-8?q?ful=20Flutter-first=20UI=20testing=20framework?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source.md b/source.md index 2545cce..c009b2a 100644 --- a/source.md +++ b/source.md @@ -556,6 +556,7 @@ Simon Binder](https://github.com/simolus3) ### Testing +- [Patrol](https://github.com/leancodepl/patrol) - Easy-to-learn, powerful Flutter-first UI testing framework eliminating limitations of `flutter_test`, `integration_test`, and `flutter_driver` by [LeanCode](https://leancode.co) - [flutter_convenient_test](https://github.com/fzyzcjy/flutter_convenient_test) - Tests with action history, time travelling, screenshots, rapid re-execution, video recordings, interactive mode by [fzyzcjy](https://github.com/fzyzcjy) ### Web From 925633f4fba6b27dba9966bba2e567dae3c69b6e Mon Sep 17 00:00:00 2001 From: Bartek Pacia Date: Sun, 2 Oct 2022 21:39:12 +0200 Subject: [PATCH 4/5] move Patrol down --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index c009b2a..0cbd875 100644 --- a/source.md +++ b/source.md @@ -556,8 +556,8 @@ Simon Binder](https://github.com/simolus3) ### Testing -- [Patrol](https://github.com/leancodepl/patrol) - Easy-to-learn, powerful Flutter-first UI testing framework eliminating limitations of `flutter_test`, `integration_test`, and `flutter_driver` by [LeanCode](https://leancode.co) - [flutter_convenient_test](https://github.com/fzyzcjy/flutter_convenient_test) - Tests with action history, time travelling, screenshots, rapid re-execution, video recordings, interactive mode by [fzyzcjy](https://github.com/fzyzcjy) +- [Patrol](https://github.com/leancodepl/patrol) - Easy-to-learn, powerful Flutter-first UI testing framework eliminating limitations of `flutter_test`, `integration_test`, and `flutter_driver` by [LeanCode](https://leancode.co) ### Web From 81871e9e232f81748fd6a106540021a12872a0ce Mon Sep 17 00:00:00 2001 From: Robert Felker <1295961+Solido@users.noreply.github.com> Date: Tue, 4 Oct 2022 00:25:13 +0200 Subject: [PATCH 5/5] rm Flutter echo --- source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source.md b/source.md index 0cbd875..ba67973 100644 --- a/source.md +++ b/source.md @@ -557,7 +557,7 @@ Simon Binder](https://github.com/simolus3) ### Testing - [flutter_convenient_test](https://github.com/fzyzcjy/flutter_convenient_test) - Tests with action history, time travelling, screenshots, rapid re-execution, video recordings, interactive mode by [fzyzcjy](https://github.com/fzyzcjy) -- [Patrol](https://github.com/leancodepl/patrol) - Easy-to-learn, powerful Flutter-first UI testing framework eliminating limitations of `flutter_test`, `integration_test`, and `flutter_driver` by [LeanCode](https://leancode.co) +- [Patrol](https://github.com/leancodepl/patrol) - Easy-to-learn, powerful UI testing framework eliminating limitations of `flutter_test`, `integration_test`, and `flutter_driver` by [LeanCode](https://leancode.co) ### Web