#Description
Demo automation project for iOS and Android platforms.
#TechStack
Java
Maven
Appium
Xcode
Android Studio
CucumberJUnit
Gherkin
Plugins for Cucumber and Gherkin
#Get Started
- Set path for Java, Android studio and Maven in your profile
- Clone the repository
- Run the project from terminal
Android:
mvn test -Dcucumber.filter.tags=@smoke -Dplatform="AndroidLocal" -DdeviceName="emulator-5554" -DdeviceVersion="10"
Note:Change the deviceName and deviceVersion if required.