Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 394 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 394 Bytes

OWASPJuiceShopPerformanceTests

Owasp juice shop-gatling-demo

Gatling is a developer tool to load test your web applications

Simple showcase of a maven project using the gatling-maven-plugin.

To test it out, simply execute the following command:

mvn gatling:test -Dgatling.simulationClass=simulations.AddProductLoadSimulation

or simply:

mvn gatling:test