add Patrol – a new, powerful Flutter-first UI testing framework

This commit is contained in:
Bartek Pacia 2022-10-02 21:26:21 +02:00
parent c401fc3ee3
commit 6294a4c1ff
No known key found for this signature in database
GPG key ID: 6E3C1569F64A987B

View file

@ -556,6 +556,7 @@ Simon Binder](https://github.com/simolus3)
### Testing
- [Patrol](https://github.com/leancodepl/patrol) <!--stargazers: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) <!--stargazers: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