These are the performance tests for CMC powered by Gatling framework. gradle-gatling-plugin is used for Gradle build system integration.
Environment variables to be defined:
$ export URL="The citizen frontend application URL"
$ export LEGAL_URL="The legal frontend application URL"
$ export IDAM_API_URL="The IDAM api service URL"
$ ./gradlew gatlingRun
To read a value from the gatling virtual session use something like:
.exec(session => {
println(">>>>>>>>>>>>>>>>>>>> " + session("state").as[String])
session
})
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE file for details