Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Seismic
Seismic DMS Suite
seismic-dms-service
Commits
f47345cd
Commit
f47345cd
authored
Feb 11, 2021
by
Konstantin Khottchenkov
Browse files
fix subproject creation in it is absent
parent
726b1f17
Pipeline
#26212
passed with stages
in 8 minutes and 48 seconds
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
tests/e2e/postman_collection.json
View file @
f47345cd
...
...
@@ -231,11 +231,15 @@
"});"
,
""
,
"if (pm.environment.get(
\"
VCS_Provider
\"
) === 'gitlab') {"
,
" var jsonData = pm.response.json();"
,
" if (pm.expect(jsonData.name).to.eql(pm.environment.get(
\"
subproject
\"
))) {"
,
" postman.setNextRequest(
\"
SUBPROJECT LIST
\"
);"
,
" if (responseCode.code === 200) {"
,
" var jsonData = pm.response.json();"
,
" if (pm.expect(jsonData.name).to.eql(pm.environment.get(
\"
subproject
\"
))) {"
,
" postman.setNextRequest(
\"
SUBPROJECT LIST
\"
);"
,
" } else {"
,
" postman.setNextRequest(
\"
SUBPROJECT REGISTER Gitlab
\"
);"
,
" };"
,
" } else {"
,
" postman.setNextRequest(
\"
SUBPROJECT REGISTER Gitlab
\"
);"
,
"
postman.setNextRequest(
\"
SUBPROJECT REGISTER Gitlab
\"
);"
,
" };"
,
"};"
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment