authorjapps / zerocode-hello-world

Zerocode YAML and JSON based declarative steps hello world rest api testing example - soap, database
https://github.com/authorjapps/zerocode
MIT License
18 stars 40 forks source link

Json Test Cases are getting exceuted when try to run integration from a separate application #25

Open varadharajaan opened 4 years ago

varadharajaan commented 4 years ago
  1. Application-1 ( Source to be tested) is running in localhost:8080
  2. Application-2 ( Test application which contains all JSON test cases of application -1) is running on localhost 8085.

I have given the target env in properties file for app-2. I have custom API like /excuetetest and trying to call all test methods on hitting this API endpoint. in this case i am not able to excuete any of test cases. Help me in this scenario.

this APP-2 will be stared using command java -jar application.jar and doesnt have mvn in the ec2 instance.

suggest me a way to run the json test cases from APP-2 which hits endpoints of APP-1 without doing mvn clean install

nirmalchandra commented 4 years ago

@varadharajaan , to understand it correctly, can you put some samples here e.g.

We will take a look soon.

Just to let you know, there might be a slight delay as most of the contributors might be on annual leaves.