Commit 9f994870 by Marcin Grzejszczak

Added scripts to run e2e tests

parent 0ddfb42d
#!/bin/bash
set -o errexit
SCRIPT_URL="https://raw.githubusercontent.com/spring-cloud-samples/brewery/master/acceptance-tests/scripts/runDockerAcceptanceTests.sh"
AT_WHAT_TO_TEST="EUREKA"
AT_VERSION="1.1.0.BUILD-SNAPSHOT"
curl "${SCRIPT_URL}" --output runDockerAcceptanceTests.sh
chmod +x runDockerAcceptanceTests.sh
./runDockerAcceptanceTests.sh -t "${AT_WHAT_TO_TEST}" -v "${AT_VERSION}"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment