Skip to content

mtrzm/appium-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

Installation

Project preferably should be installed in virtual environment.

cd test_project/
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Test execution

Current version of the project has hardcoded paths and requires to be run from main directory (test_project)

pytest tests/

Report generation

Allure will generate interactive test report

allure serve allure-results

Example report was saved to example-report/index.html. Reference command is:

allure generate --single-file allure-results 

About

Simple pytest project utilizing Appium and image processing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors