Home > Blockchain >  Gatling DSL in Java [closed]
Gatling DSL in Java [closed]

Time:10-05

I'm struggling to make a Gatling test running in Java code. Anybody here please know an example code of reference of how to use the DSL of Gatling from Java?

CodePudding user response:

This isn't exist at the current moment but it will be supported in the next version of 3.7.0 https://github.com/gatling/gatling/issues/4144

CodePudding user response:

Honestly, you should give up on trying to use Gatling's Scala DSL from Java. Way too complicated.

As @Amerousful said, we'll be releasing a Java DSL in Gatling 3.7 in a few weeks (currently working on polishing and revamping all the doc). I recommend you wait for it.

  • Related