You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: karate-gatling/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
<td>
10
10
<a href="#maven">Maven</a>
11
11
| <a href="#gradle">Gradle</a>
12
+
| <a href="#java-dsl">Java DSL</a>
12
13
| <a href="#logging">Logging</a>
13
14
| <a href="#limitations">Limitations</a>
14
15
| <a href="#usage">Usage</a>
@@ -192,6 +193,9 @@ Once you have your performance tests working, you may want to tune the logging c
192
193
193
194
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).
194
195
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
+
195
199
## Usage
196
200
197
201
Let's look at an [example](src/test/java/mock/CatsSimulation.java):
0 commit comments