Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 281 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 281 Bytes

gatling-idea

Run gatling simulation script in IntelliJ IDEA with Scala plugin

Gatling's SBT plugin demo

Run all simulations

sbt gatling:test

Run a single simulation

sbt gatling:testOnly simulations.BasicSimulation

List all tasks

sbt tasks gatling -v