Otto Dvalishvili

Results 21 comments of Otto Dvalishvili

Greetings, please provide [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example)

@abinashb414 well , in `getMainModuleInjector` it also injects Kafka module. If you want to point to your specific property file, you can use `@TargetEnv` annotation( you don't have to overide...

@abinashb414 You can check out [this](https://github.com/authorjapps/zerocode/blob/master/http-testing/src/test/java/org/jsmart/zerocode/testhelp/tests/helloworld/JustHelloWorldTest.java). You put the `@TargetEnv ` annotation on top of the test class and specify the property file, that you created and placed in resources...

`JsonTestCase ` is deprecated, please use `@Scenario` . Can you upgrade to the latest version of ZeroCode?

@abinashb414 please post the full stack trace

@abinashb414 Can you manually add the google Gson dependency in your project? Also, It would be great if you create a sample project, where this error happens and we will...

Hi, Do you want to you all of those JSON files in the same step?

Currently there is not such functionality to execute step with N-times with different values. In that case, if one of the executions fails, should it fail the whole step?(According to...

I dont think there is built in way. @authorjapps do you know how this can be achieved?

Hey @eugenenosenko . Is your issue resolved? Do you have other questions?