Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 718 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 718 Bytes

Appium Test Sample

This is a sample framework for testing mobile applications using Appium and Mobileib, written in Java.

Installation

  1. Clone the repository.

    git clone https://github.com/egecansen/Appium-Test-Sample.git
    
  2. Open the project in your preferred IDE.

  3. Install the necessary dependencies using Maven.

    mvn clean install
    
  4. Run tests.

Configuration

  • You can configure the device capabilities and test environment variables in the test.properties file under the src/main/resources/ directory.

Usage

  • You can run the tests using your preferred IDE or by running the Maven command mvn clean test.