Skip to content

Instantly share code, notes, and snippets.

@swapnil-kotwal-sp
Last active August 29, 2015 14:06
Show Gist options
  • Save swapnil-kotwal-sp/7cb43ab286e41d5c8b3e to your computer and use it in GitHub Desktop.
Save swapnil-kotwal-sp/7cb43ab286e41d5c8b3e to your computer and use it in GitHub Desktop.
class ExampleSimulation extends TestableSimulation {
describe("foo")
before {
println("executed before gatling")
}
setUp(
// ...
).protocols(httpProtocol)
after {
println("executed after gatling")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment