Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 614 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 614 Bytes

Todoist App (A todo list planner app) Automation

This repository contains a Java Selenium project that executes different test cases to ensure the quality of the Todoist android app. The project uses appium clients to test the android app as well as TestNG and Allure for reporting. This test project follows POM structure.

Usage

  1. Clone the repository:

    git clone https://github.com/Rubaiyat-E-Mohammad/TodoistAppTest.git
    
  2. Navigate to the project directory:

    cd TodoistAppTest
    
  3. Run the Selenium test:

    mvn clean install
     

This will execute the program.