Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 769 Bytes

REPORTING.md

File metadata and controls

41 lines (25 loc) · 769 Bytes

How to generate Snyk and Accessibility reports

Snyk:

This script will generate both backend and frontend snyk reports

In gitbash:

./run-snyk-tests.sh

In powershell:

.\run-snyk-tests.sh

These reports will be created and saved in reports folder under ./project-thundercat/.


Accessibility Tool (pa11y):

This script will generate all the accessibility reports, meaning one for each URL in the application

Note that the frontend container must be running to be able to execute the following commands properly:

In gitbash:

./run-accessibility-check.sh

In powershell:

.\run-accessibility-check.sh

These reports will be created and saved in reports folder under ./project-thundercat/.