Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
tests
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gaia-X
Trust Services API
tests
Commits
f06eeeed
Commit
f06eeeed
authored
2 years ago
by
Rosen Georgiev
Browse files
Options
Downloads
Plain Diff
Merge branch 'automate-target-tests' into 'main'
Automate target tests See merge request
!24
parents
b58e1045
8439cb34
No related branches found
Branches containing commit
No related tags found
1 merge request
!24
Automate target tests
Pipeline
#52502
passed with stage
in 2 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+9
-3
9 additions, 3 deletions
.gitlab-ci.yml
with
9 additions
and
3 deletions
.gitlab-ci.yml
+
9
−
3
View file @
f06eeeed
variables
:
CUCUMBER_TAG
:
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
...
...
@@ -14,12 +22,10 @@ cache:
test
:
stage
:
test
image
:
gradle:7.4.1-jdk17
only
:
-
main
tags
:
-
amd64-docker
script
:
-
gradle regressionSuite -PbaseUrl=
https://gaiax.vereign.com/tsa
-Dcucumber.tags="@
tsa
, 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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment