On Mac:
$ brew update && brew install scala && brew install sbt
$ sbt test
$ sbt it:test
Gatling tests can act as performance tests and acceptance tests (thus providing regression tests).
$ sbt gatling-it:test
$ sbt "release with-defaults"
On Mac:
$ brew update && brew install scala && brew install sbt
$ sbt test
$ sbt it:test
Gatling tests can act as performance tests and acceptance tests (thus providing regression tests).
$ sbt gatling-it:test
$ sbt "release with-defaults"