This is a sample framework for testing mobile applications using Appium and Mobileib, written in Java.
-
Clone the repository.
git clone https://github.com/egecansen/Appium-Test-Sample.git
-
Open the project in your preferred IDE.
-
Install the necessary dependencies using Maven.
mvn clean install
-
Run tests.
- You can configure the device capabilities and test environment variables in the
test.properties
file under thesrc/main/resources/
directory.
- You can run the tests using your preferred IDE or by running the Maven command
mvn clean test
.