From 6294a4c1ffefd0cfdad7b33b60f717c7ee866f2b Mon Sep 17 00:00:00 2001 From: Bartek Pacia Date: Sun, 2 Oct 2022 21:26:21 +0200 Subject: [PATCH] =?UTF-8?q?add=20Patrol=20=E2=80=93=20a=20new,=20powerful?= =?UTF-8?q?=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