Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 978 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 978 Bytes

heroku-buildpack-gatling

Heroku Buildpack to install Gatling

Performance testing for web applications - Gatling

How it works

Installs Gatling from maven repository. The files ends on <app-dir>/gatilng directory.

Requirements

In order to use Gatling in your Heroku Slug you need the JDK to be available.

Configure from CLI

heroku buildpacks:add /~https://github.com/carloluis/heroku-buildpack-gatling

Configure from app manifest

{
    "buildpacks": [
        {
            "url": "/~https://github.com/heroku/heroku-buildpack-jvm-common"
        },
        {
            "url": "/~https://github.com/carloluis/heroku-buildpack-gatling"
        }
    ]
}

License

MIT © Carloluis