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.
- Host: GitHub
- URL: https://github.com/auth0-samples/mobile-quickstarts-tests
- Owner: auth0-samples
- License: mit
- Created: 2019-01-03T21:54:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T15:50:59.000Z (over 3 years ago)
- Last Synced: 2024-04-10T16:07:56.894Z (over 1 year ago)
- Topics: dx-sdk, quickstart
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 25
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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 dependenciespip3 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