hienphan1472 / pytest-allure-mobile-automation

This project is my first idea to start building a mobile automation framework with pytest + allure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pytest-allure-mobile-automation

Run test in parallel with pytest-xdist lib:

pytest -n=2 --alluredir=./allure/ --driver iOS --env QA

Run test with allure report:

pytest tests/ios --alluredir=./allure/ --driver iOS --env QA

Generate report:

allure generate "./allure/" -o ./reports/ --clean

About

This project is my first idea to start building a mobile automation framework with pytest + allure


Languages

Language:Python 100.0%