This script runs Lighthouse audits on selected Daily Bruin URLs and outputs JSON reports and a consolidated CSV file.
- Install Python dependencies:
pip install pandas - Install Lighthouse:
npm install -g lighthouse- Run Audit (it may take around 1 minute to run). Files will be made into audit-reports folder.
python3 audit.py- Open the CSV file to view the audit results. JSON files are generated per URL.