QA/Execution/Web Testing/Automation/Running Mobile Tests: Difference between revisions

(Created page with "=Running Mobile Tests= The Web QA team runs all of our mobile test suites on CI via [https://saucelabs.com/ Saucelabs], but sometimes it is quicker to just run a test, or tests ...")
 
 
Line 11: Line 11:
To run tests directly (i.e., not via a local instance of Selenium Grid), use the following command line:
To run tests directly (i.e., not via a local instance of Selenium Grid), use the following command line:


     py.test path/to/test(s) --host=localhost --port=8080 --browsername=android --platform=Android
     py.test --host=localhost --port=8080 --browsername=android --platform=Android path/to/test(s)
Confirmed users
425

edits