Closed kritika333 closed 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
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?