UI tests Pre-requisites Node version >= v6.0.0 Install nosetests: pip install nose To run Python tests on Android Run appium Run your emulator or connect a real device Run the tests: nosetests -v ~Path_to_the_tests_folder/test_name_of_test.py To run JS tests on Android Run appium Run your emulator or connect a real device Run the tests: mocha ~Path_to_the_tests_folder/test_name_of_test.js To run Selenium tests on Desktop Run the tests: mocha ~Path_to_the_tests_folder/test_name_of_test.js