appium / appium-flutter-driver

Appium Flutter Driver is a test automation tool for Flutter apps on multiple platforms/OSes. Appium Flutter Driver is part of the Appium mobile test automation tool maintained by community
MIT License
469 stars 183 forks source link

Can I test release build of app using appium flutter driver? #709

Closed kritika333 closed 4 months ago

kritika333 commented 4 months ago

appium flutter driver only support testing in debug mode app , how reliable can this testing be , when the actual testing should be performed on release app.

Is there anyway I can test release mode app using appium flutter driver?

KazuCocoa commented 4 months ago

No, Flutter testing tools themselves do not work with a release build. At least they require additional dependencies etc.

UIA2/XCUITest is the only method to test release apps. https://github.com/appium/appium-flutter-driver?tab=readme-ov-file#appium-flutter-driver-or-appium-uiautomator2xcuitest-driver