An open API service indexing awesome lists of open source software.

https://github.com/auth0-samples/mobile-quickstarts-tests

A set of test scripts prepared for running test tooling.
https://github.com/auth0-samples/mobile-quickstarts-tests

dx-sdk quickstart

Last synced: 3 months ago
JSON representation

A set of test scripts prepared for running test tooling.

Awesome Lists containing this project

README

          

# 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