-
The sample code is like this:
val query2 = scenario("query2").
exec(
group("query-002") {
exec(karateFeature("classpath:workers-query2.feature
Without this fix, in the repor…
-
If the proto file is simple, it's OK.
but the proto file is complex? like: one proto import many other protos.
```
val feeder: Expression[RequestParam] = RequestParam().updateExpr( // How to up…
-
I am not aware if we anyone is able to execute distributed gatling performance tests.
If it's not supported yet then does adding support for something like this https://github.com/Abiy/distGatling…
avyas updated
5 years ago
-
```
git clone https://github.com/ptrthomas/karate-gatling-demo.git
mvn clean test-compile gatling:test
```
`[ERROR] Failed to execute goal io.gatling:gatling-maven-plugin:2.2.4:test (default-cli…
-
Getting Error: 13:59:17.372 [GatlingSystem-akka.actor.default-dispatcher-7] INFO com.intuit.karate - >> lock acquired, begin callonce: read('CLASSPATH:CreateUsers.feature'); 13:59:17.372 [GatlingSyste…
-
**Feature Request**
Currently a pause functionality is not built into karate. Such functionality is described to be implemented via `Thread.sleep` as shown [here](https://github.com/intuit/karate/b…
-
Triggered by this question on Stack Overflow: https://stackoverflow.com/q/51504264/143475 and others who have discussed this with me as well.
Please comment and add asks / opinion.
I see the fo…
-
https://github.com/intuit/karate/blob/933d3803987a736cc1a38893e7039c4b5e5132fc/karate-apache/src/main/java/com/intuit/karate/http/apache/ResponseLoggingInterceptor.java#L51
`System.currentTimeMilli…
-
oops, a bit of a miss, but not to worry - fix is identified.
-
Refer this question on Stack Overflow: https://stackoverflow.com/q/52665865/143475