Hi,
I’m trying out the 1.1.0 snapshot, I saw this example in the doc :
check(regex("""https://(.*)/.*""")
.findAll
.eq(List("www.google.com", "www.mysecuredsite.com"))
But this, gives me the follow error on my laptop :
D:\tools\gatling-charts-highcharts-1.1.0-SNAPSHOT\user-files\simulations\buy_ser
vice\BuyService.scala:72: error: type mismatch;
found : Boolean
required: com.excilys.ebi.gatling.http.check.HttpCheck
regex(""“https://(.)/.
“””) .findAll .eq(List(“www.google.com”, “www.mysecuredsite.com”))
^
one error found
at com.excilys.ebi.gatling.app.Gatling$$anonfun$compile$1.apply(Gatling.scala:161)
any clue ?
cheers
Nicolas