Hi -
It seems session functions (as described in Building session functions) don’t work in v 2.0 snapshots. Is there an alternative way to do that in v2?
Attempting to use them gives a compilation error.
Please advise
Hi -
It seems session functions (as described in Building session functions) don’t work in v 2.0 snapshots. Is there an alternative way to do that in v2?
Attempting to use them gives a compilation error.
Please advise
Oops !
That’s indeed an interface change that hasn’t be depreciate first … @slandelle : I thought you added them back ?
Anyway, you can see how to use it here : https://github.com/excilys/gatling/blob/master/gatling-core/src/main/scala/com/excilys/ebi/gatling/core/session/Session.scala
Hi there,
I’d rather have a clean API for Gatling 2.
We could introduce the new methods in 1.4.X and deprecate the old ones but I’m not sure it’s worth it.
IMHO, we should start documenting the breaking changes in the Migration Guide as a WIP.
WDYT?