I'm using OWASP ZAP to scan a web application. After scanning I can export alerts I got as a PDF file. This PDF file includes only Alerts. The question is can I get a full list of all tests that passed and failed while scanning the app ? I know I can use ZAP's API to get all the scan rules, but it's not really what I need. I need a report that shows all test that passed and failed. Something like this :
| Test name | Passed / Failed |
| Test nr1 | Passed |
| Test nr2 | Failed |