Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 416 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 416 Bytes

Petclinic Tests

Additional tests for Spring Petclinic

Selenium

Uses the HtmlUnit Driver or FireFox (requires FireFox). Run with:

./gradlew -Dbase.url=http://192.168.33.100:8080/petclinic -DbrowserType=htmlunit test

Gatling

Uses the Gatling Tool to run stress test. Run with:

./gradlew -Dbase.url=http://192.168.33.100:8080/petclinic gatling