You will need sbt
installed on your system from where you are running these load tests.
Before you run the load tests configure the URL of your site in /src/test/resources/application.properties
.
Example:
baseUrl=https://markovshield.example.com
Enter a SBT console:
sbt -Djsse.enableSNIExtension=false
Note: SSL cert checks need to be disabled because of the MarkovShield demo application uses a self signed certificate.
Now you have two options:
- Run all tests (simulations):
gatling:test
- Run a single test (simulation):
gatling:testOnly NormalUsageSimulation1
Open the index.html
file inside the /target/gatling/*
directory.