mirror of
https://github.com/appium/appium.git
synced 2026-01-14 14:19:56 -06:00
#Appium DotNet samples
Run locally
Download apps (default)
- Start Appium.
- Run the tests in NUnit.
Use Appium dev apps
- Clone Appium.
- Build dev version of appium
./reset.sh --android --ios --dev --hardcore cp AppiumDotNetSample/env.json.sample AppiumDotNetSample/env.json- Update
AppiumDotNetSample/env.jsonset DEV=true - Start appium:
node . - Run the tests in NUnit.
Run on Sauce Labs
cp AppiumDotNetSample/env.json.sample AppiumDotNetSample/env.json- Update
AppiumDotNetSample/env.jsonset SAUCE=true, and configure your Sauce credentials. - Run the tests in NUnit.