How to integrate Appium(Maven) tests with Bitrise?

Hi there,
For example you can find a simple guide on using WebDriverIO/Mocha for running appium tests: https://www.softwaretestingmaterial.com/appium-with-nodejs-for-automation-testing-of-android-applications/ Basically running the scripts that you would run in your terminal is runnable via our Script step. If you have the tests in your repository you’d only need to add the environment setup scripts and the test runner command to a script step and you should be ready to run your Appium tests on Bitrise! :wink:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.