flutter_convenient_test
flutter_convenient_test copied to clipboard
Write and debug tests easily, with full action history, time travel, screenshots, rapid re-execution, video records, interactivity, isolation and more
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I want to be...
I am planning to implement a monkey tester, similar to https://developer.android.com/studio/test/monkey, but is native to Flutter so we can do a lot of customization and make it more efficient and...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I would really like...
Currently the bot seems not to work... https://github.com/fzyzcjy/flutter_convenient_test/pulls?q=is%3Apr+-author%3Afzyzcjy+ * @ethancadoo * @MCord * @Rohithgilla12
Added a starter branch for auto detecting AVD. The problem is that we need a WidgetsBinding before we can detect if we are running in an AVD. This code currently...
**Describe the bug** A clear and concise description of what the bug is. When trying to run the example case referenced in the README, I get the following error: `E/flutter...