Der current development branch produces xunit style results.
Run the following commands
python -m venv .venv
source .venv/bin/activate
pip install --no-cache-dir -r requirements.txt
python -m xmlrunner test/testAllXUnit.py -o testreports
in PROJECT_HOME to get the results in testreports.
The lines above create a new virtual environment under .venv, active it, install the dependencies and run the unittests.
Der current development branch produces xunit style results.
Run the following commands
in PROJECT_HOME to get the results in testreports.
The lines above create a new virtual environment under
.venv, active it, install the dependencies and run the unittests.