rh-integration / IntegrationApp-Automation

Sample Integration application along with lifecycle automation
Apache License 2.0
13 stars 9 forks source link

Have end-to-end tests in the 3scale CI/CD pipeline #18

Closed nmasse-itix closed 5 years ago

nmasse-itix commented 5 years ago

Reminder that we need to add a couple end-to-end tests in the 3scale CI/CD pipeline (cicd-3scale/3scaletoolbox/Jenkinsfile):

    def proxy = service.readProxy()
    sh '''set -xe
    curl ${proxy.sandbox_endpoint}/beers
    # TODO
nmasse-itix commented 5 years ago

Fixed by #21