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.comEnter a SBT console:
sbt -Djsse.enableSNIExtension=falseNote: 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 NormalUsageSimulation1Open the index.html file inside the /target/gatling/* directory.