Skip to content

Instantly share code, notes, and snippets.

View romecam16's full-sized avatar

Camilo Romero López romecam16

  • Cali (Valle, Colombia)
View GitHub Profile
@alanphil
alanphil / login_test.scala
Created August 16, 2016 14:04
Gatling login example and showing how to pull out the HTTP authorization header into a variable
package test
import scala.concurrent.duration._
import io.gatling.core.Predef._
import io.gatling.http.Predef._
import io.gatling.jdbc.Predef._
class LoginTest extends Simulation {