Skip to content

Commit 248c296

Browse files
committed
update docs for gatling java dsl
and make sure ci runs for this commit: 425668e
1 parent f7d7137 commit 248c296

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

karate-gatling/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<td>
1010
<a href="#maven">Maven</a>
1111
| <a href="#gradle">Gradle</a>
12+
| <a href="#java-dsl">Java DSL</a>
1213
| <a href="#logging">Logging</a>
1314
| <a href="#limitations">Limitations</a>
1415
| <a href="#usage">Usage</a>
@@ -192,6 +193,9 @@ Once you have your performance tests working, you may want to tune the logging c
192193

193194
Also note that the [`logback-test.xml`](../examples/gatling/src/test/java/logback-test.xml) in the examples project uses [`<immediateFlush>false</immediateFlush>`](http://logback.qos.ch/manual/appenders.html#OutputStreamAppender).
194195

196+
## Java DSL
197+
The Gatling project now gives you the option to script performance tests in [Java instead of Scala](https://gatling.io/2021/11/gatling-3-7-java-dsl-kotlin-and-much-more/). This was [recently added to Karate](https://github.com/karatelabs/karate/pull/2434) as well, so please look at [this example](src/test/java/mock/CatsSimulation.java) until the documentation is updated.
198+
195199
## Usage
196200

197201
Let's look at an [example](src/test/java/mock/CatsSimulation.java):

0 commit comments

Comments
 (0)