Skip to content

opencastsoftware/zap-rest-assured-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opencast Software Zap security tests integration with REST assured/Java

Requirements for running this repository:

  • Java 11
  • Maven 3.x
  • OWASP ZAP (running as a proxy)

Overview On Framework

  • Java-based API test automation framework using Maven, Rest-Assured, Cucumber which integrates with OWASP ZAP for security testing via proxy.

Maven dependencies used in the Framework

Run tests with ZAP startup script

To start OWASP ZAP and run the tests automatically, execute:

./start-zap-and-run.sh

This script will launch ZAP as a proxy, execute your test suite and then stops ZAP. Make sure the script has execute permissions:

chmod +x start-zap-and-run.sh

Zap vulnerability report

After the tests complete, a zap-report.html file is generated with the security test results.

You can find setup instructions inside setup.md.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published