This guide explains how to create the enviroment and run the tests.
- Python: Ensure Python 3.x is installed on your system.
- Pip: Ensure
pip
(Python package manager) is installed.
python -m venv venv
.\venv\Scripts\activate
pip install -r requirements.txt
install the py-test (since currently is still in development and a local dependency you have to "fake install it locally")
pip install -e .
pytx --test-dir <path-to-your-test-directory>
BASE_API_URL="https://test.com" # Base API URL
TEST_USER="username" #for login
TEST_PASSWORD="password"
PROJECT_NAME="Tests?" #project meta data
ENVIROMENT="Staging?"
TEST_CYCLE="IG Regression?"