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
Hi @thinkerou,
I have switched to maven environment and am running a grpc server locally. I have compiled the proto files and stored them in the same package as the feature files, but while trying to run the test, during the call step it says that javascript evaluation failed with the following error, could you help out the right way to mention the service name?
Call command:
* def response = client.call('github.com.Juniper.contrail.pkg.services.DiscoverResourceExecute', template_request)
Error:
com.intuit.karate.exception.KarateException: dms_api_test.feature:13 - javascript evaluation failed: client.call('github.com.Juniper.contrail.pkg.services.DiscoverResourceExecute', template_request), Can't extract full service from github.com.Juniper.contrail.pkg.services.DiscoverResourceExecute
Regards
The text was updated successfully, but these errors were encountered:
Hi @thinkerou,
I have switched to maven environment and am running a grpc server locally. I have compiled the proto files and stored them in the same package as the feature files, but while trying to run the test, during the call step it says that javascript evaluation failed with the following error, could you help out the right way to mention the service name?
Call command:
* def response = client.call('github.com.Juniper.contrail.pkg.services.DiscoverResourceExecute', template_request)
Error:
com.intuit.karate.exception.KarateException: dms_api_test.feature:13 - javascript evaluation failed: client.call('github.com.Juniper.contrail.pkg.services.DiscoverResourceExecute', template_request), Can't extract full service from github.com.Juniper.contrail.pkg.services.DiscoverResourceExecute
Regards
The text was updated successfully, but these errors were encountered: