Confirmed users
425
edits
(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 | py.test --host=localhost --port=8080 --browsername=android --platform=Android path/to/test(s) |