Skip to content
Snippets Groups Projects
Commit 8439cb34 authored by Georgi Michev's avatar Georgi Michev
Browse files

Update .gitlab-ci.yml

parent 3db1ef5c
No related branches found
No related tags found
1 merge request!24Automate target tests
Pipeline #52499 passed with stage
in 2 minutes and 15 seconds
variables:
CUCUMBER_TAG:
value: "tsa"
description: "This determines which test will be runned. Valid options are - 'cache', 'policy', 'signer', 'task', 'negative'."
value: "tsa"
description: "Enter which tests to be execute. Other valid options are - 'cache', 'policy', 'signer', 'task', 'negative'."
BASE_URL:
value: "https://gaiax.vereign.com/tsa"
description: "Enter the environment on which the services are deployed."
stages:
- test
......@@ -22,7 +25,7 @@ test:
tags:
- amd64-docker
script:
- gradle regressionSuite -PbaseUrl=https://gaiax.vereign.com/tsa -Dcucumber.tags="@${CUCUMBER_TAG}, not @wip" -Dcourgette.threads=1 -Dcourgette.runLevel=Scenario -Dcourgette.rerunFailedScenarios=false -Dcourgette.rerunAttempts=1
- gradle regressionSuite -PbaseUrl=${BASE_URL} -Dcucumber.tags="@${CUCUMBER_TAG}, not @wip" -Dcourgette.threads=1 -Dcourgette.runLevel=Scenario -Dcourgette.rerunFailedScenarios=false -Dcourgette.rerunAttempts=1
artifacts:
when: always
reports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment