Heroku Buildpack to install Gatling
Performance testing for web applications - Gatling
Installs Gatling from maven repository.
The files ends on <app-dir>/gatilng
directory.
In order to use Gatling in your Heroku Slug you need the JDK to be available.
heroku buildpacks:add https://github.com/carloluis/heroku-buildpack-gatling
{
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-jvm-common"
},
{
"url": "https://github.com/carloluis/heroku-buildpack-gatling"
}
]
}
MIT © Carloluis