simegeorge / gatling-sbt-plugin-demo

An sample project to showcase to showcase Gatling's SBT Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatling's SBT plugin demo

A simple project showing how to configure and use Gatling's SBT plugin to run Gatling simulations.

This project uses SBT 1, which is available here.

Get the project

git clone https://github.com/gatling/gatling-sbt-plugin-demo.git && cd gatling-sbt-plugin-demo

Start SBT

$ sbt

Run all simulations

> gatling:test

Run a single simulation

> gatling:testOnly computerdatabase.BasicSimulation

List all tasks

> tasks gatling -v

About

An sample project to showcase to showcase Gatling's SBT Plugin


Languages

Language:Scala 100.0%