Search code examples
appiumpytestappium-androidapache-cordovapython-appium

What is the recommended build of hybrid should I use in APPIUM testing?


I create a hybrid app using apache cordova and I want to run some test using APPIUM (pytest). Can I use the app build or the debug build for testing? I really don't know what is the effect if I use the two different builds. Thank you!


Solution

  • Debug build is recommended for testing because the complete symbolic debug information is emitted to help while testing applications because the code optimization is not considered.