Skip to content

carotm/spring-petclinic-tests

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Petclinic Tests

Additional tests for Spring Petclinic

Selenium

Uses the FireFox Driver (requires FireFox and geckodriver). Run with:

cd selenium; gradle -Dbase.url=http://localhost:8080/petclinic - test

Gatling

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

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

About

Higher level tests for spring-petclinic demo app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 62.9%
  • Scala 37.1%