Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
varadharajaan opened this issue Dec 18, 2019 · 1 comment

Comments

@varadharajaan
Copy link

  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
Copy link
Collaborator

nirmalchandra commented Dec 27, 2019

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

  • the test scenario
  • configuration details (host entries, how exactly you have configured)
    • You can strip down the business specific stuff or real IP addresses etc
  • any other things relevant

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants