We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f39817 commit b714823Copy full SHA for b714823
spring-petclinic/github-cicd-integration/github-actions.yaml
@@ -39,4 +39,5 @@ jobs:
39
curl --silent --location "https://github.com/keploy/keploy/releases/latest/download/keploy_linux_amd64.tar.gz" | tar xz --overwrite -C /tmp
40
sudo mkdir -p /usr/local/bin && sudo mv /tmp/keploy /usr/local/bin/keploy
41
run: |
42
- sudo keploy test -c "java -jar target/spring-petclinic-rest-3.0.2.jar" -t test-set-0 --delay 60
+ sudo keploy test -c "java -jar target/spring-petclinic-rest-3.0.2.jar" -t test-set-0 --delay 60
43
+ # The above command works only if you have already generated the test case. The -t flag is used to include a specific test case.
0 commit comments