Are you sure .postParam is supported? I get following compilation error:
value postParam is not a member of io.gatling.http.request.builder.HttpRequestWithParamsBuilder possible cause: maybe a semicolon is missing before `value postParam’?
Usage is:
.exec(http("/sign-in/")
.post("/sign-in")
.postParam(“token”,"${token}")
I am using latest version of Gatling. Am I missing something?