Skip to content

fsamiker/todoist-mock-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todoist Mock Automation

Initial framework for scalable automation tests for Todoist App

Prerequiste

Setup

  • Clone this repository

    git clone git@github.com:strangeporcupine/todoist-setel.git

  • Install python dependancies

    pip install -r requirements.txt

  • Launch instance of Android virtual device

  • Launch appium server

  • Fill in relevant config details in config file. This includes Todoist Account Credentials and API Token

Run Tests

Tests were written using PyTest.

Run the following command from project root directory

python -m pytest tests