The answer seems different than I got from Chat GPT, but I trust the steps from the above link. Also, those steps seem to the dev who should do
"To use Appium Flutter Driver with Katalon Studio, follow these requirements:
*** Your Flutter App Under Test (AUT) must be compiled in debug or profile mode because Flutter Driver does not support running in release mode.**
*** Your Flutter AUT has enableFlutterDriverExtension() before runApp in source code.** "
Now, I am confused if I should follow the steps I got from Chat GPT or the steps I got in the above link. I would like you to help me with what I should do exactly in simple steps to use Katalon Studio to automate a Flutter mobile app? or is that not supported totally?
and to mention if some steps should be done by the developer or not.
hey @sara.abdelfattah
I have experience testing Flutter apps using Katalon.
Here’s what I’ve learned so far:
1. Configure App Elements/Selectors
The primary issue lies with the app elements/selectors. To address this, you need to add the following package to your Flutter dev dependencies. This will ensure that Appium on Katalon works better: