Installing:
Open Appium for Windows and follow setup instructions.
Running:
- Open a cmd window and type
appium
. This will start the server - Open
appium.txt
fromconfig
folder and change deviceName to your currently running device / emulator name (eg: "Pixel_XL_API_25") - From anothor cmd window
cd
to the project folder - Run
bundle install
- Run
bundle exec cucumber features\test.feature
to start the demo test