Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 280 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 280 Bytes

Polarion Permissions HTML Report

creates a HTML table of Polarion roles' permissions based on the global and project permissions XML files.

Thanks to Sebastiaan Langeveld for the prep work.

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt