This code will assist in creating a gui to display the output of junit reports.
- Install Python 3
Run the following commands from a powershell or windows command
python3.12 -m venv env
.\env\Scripts\activate
- From venv Run the following command
python.exe -m pip install --upgrade pip
pip install flask
python junit_report.py