Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 585 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 585 Bytes

Welcome to mobile-quickstart-tests!

This project is created to use exclusive on Quickstart native projects.

Requirements

This automation framework requires [Python3.7](https://www.python.org/downloads/release/python-372/) and pip3

Initial setup

Run the following command on the project folder to install all dependencies

pip3 install -r requirements.txt

Run the project

To run the project, you go to the same folder and type the following command

python3 -m pytest test_app_android.py

If you have any question, please fill free to ask to @benlizar. Thanks