Replies: 1 comment
-
|
You can run Appium tests in exactly the same way. If you use the selenium client you just might not have access to certain Appium functionality, though most of that is now accessible via executeScript anyway. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First of all thank you for this amazing project!
We already have the tests written in the following format and we run them with selenium-webdriver:
We run these using
mocha test.js.Is there a guide how to run the tests with appium, preferably without changing anything in the tests?
BrowserStack SDK has a CLI utility that integrates nicely with
mocha:Does
appiumhave something like this?Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions