- test_ui - made using pw
- test_api - made using simple api requests
Make sure you setup virtual env and activate it:
python3 -m venv pytest-env
source pytest-env/bin/activate
Install needed dependencies:
pip install -r requirements.txt
pytest
pytest -v
- to see nicer outputpytest -m login -v
- to run with specific markpytest -n 3
- to run with more workers defined [3]