Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
99b9b9cc
Commit
99b9b9cc
authored
Dec 10, 2019
by
Marc Egger
Browse files
gitlab-CI: Fix artifacts of selenium tests
parent
597aa4df
Pipeline
#2902
passed with stages
in 4 minutes and 18 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
99b9b9cc
...
@@ -65,12 +65,12 @@ selenium:
...
@@ -65,12 +65,12 @@ selenium:
-
mkdir "$SELENIUM_LOGS_PATH/$CI_COMMIT_SHORT_SHA"
-
mkdir "$SELENIUM_LOGS_PATH/$CI_COMMIT_SHORT_SHA"
-
cp extension/Tests/selenium/selenium_logs/* "$SELENIUM_LOGS_PATH/$CI_COMMIT_SHORT_SHA/"
-
cp extension/Tests/selenium/selenium_logs/* "$SELENIUM_LOGS_PATH/$CI_COMMIT_SHORT_SHA/"
-
echo "Selenium Logs copied to $SELENIUM_LOGS_PATH/$CI_COMMIT_SHORT_SHA/"
-
echo "Selenium Logs copied to $SELENIUM_LOGS_PATH/$CI_COMMIT_SHORT_SHA/"
-
echo "Or download result (log/screenshot) in gitlab under CI/CD > Pipelines <job> > right side 'Artifacts'"
artifacts
:
artifacts
:
expire_in
:
1 week
expire_in
:
1 week
paths
:
paths
:
-
extension/Tests/selenium/selenium_logs/
-
extension/Tests/selenium/selenium_logs/
-
echo "Download result (log/screenshot) in gitlab under CI/CD > Pipelines <job> > right side 'Artifacts'"
Write
Preview
Markdown
is supported
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