Testing http service on ec2 #726
Unanswered
c0debreaker
asked this question in
How do I
Replies: 1 comment 1 reply
-
|
Hello, Examples: https://github.com/gruntwork-io/terratest/blob/master/modules/http-helper/http_helper_test.go#L47 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I just learned about terratest few days ago. I'd like to use it as my integration test in gitlab-ci specifically before the real deployment of the application on an ec2. How do I use terratest to check a web service running on port 8080? There is a /health endpoint which returns "Nginx is up".
Tracked in ticket #110229
Beta Was this translation helpful? Give feedback.
All reactions