我必须将用户名和密码传递给我的登录API。因此需要传递JSON对象,我可以在空手道加特林中使用加特林进纸器来做到这一点。
当我尝试使用以下示例时,json功能解析器似乎无法正常工作。 我的功能文件包含:
def creds = [
{
"username":"vision",
"password":"vision"
},
{
"username":"jai",
"password":"jai"
},
{
"username":"sanamulla",
"password":"June@2019"
}
]
代码zip文件-Repo link
Command - mvn clean test-compile gatling:test
错误-
15:52:15.195 [GatlingSystem-akka.actor.default-dispatcher-4]错误 com.intuit.karate.core.FeatureParser-语法错误:输入不匹配 '{'预计15:52:15.203 [GatlingSystem-akka.actor.default-dispatcher-4]错误 com.intuit.karate.core.FeatureParser-无效的功能文件: classpath:examples / feeder.feature-预期输入'{'不匹配 线程未捕获的错误 [GatlingSystem-akka.actor.default-dispatcher-4]:null,正在关闭 JVM,因为启用了“ akka.jvm-exit-on-fatal-error” ActorSystem [GatlingSystem] java.lang.ExceptionInInitializerError