'How do I run desktop browser based automation tests followed by native mobile app tests?

I have a desktop browser based application on which I configure a product and then I have to test in mobile app if those changes are reflecting or not. I have used Webdriver.io (JavaScript based) to automate desktop browser tests and Appium (JavaScript based) for native Android app. How do I run both of these tests alternatively to verify end-to-end scenario ? Is there any orchestration tool / service available to achieve this purpose ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source