steps to run Performance Tests
- Clone repository and open it
- Run jar app on localhost:8080 using
java -jar ladybug-0.0.1-SNAPSHOT.jar - Scenarios are inside
user-files/simulations/ - Run
/gatling.shfromgat/bin/directory OPTIONAL:you can add description and press ENTER- Wait for results
TODO:
- Add regexp to check dome elements instead checking 404 response code
- Improve JSON to cover funcional Tests
- Add preconditions like create product
- Add after scenario to clear data
HINT: you can increase log level by comment logback.xml line
<logger name="io.gatling.http.engine.response" level="TRACE" />