Commit 1abe3e51 authored by Mike Greiling's avatar Mike Greiling

Save fixtures as pipeline artifacts

parent 89142f98
...@@ -168,6 +168,7 @@ karma: ...@@ -168,6 +168,7 @@ karma:
paths: paths:
- chrome_debug.log - chrome_debug.log
- coverage-javascript/ - coverage-javascript/
- tmp/tests/frontend/
# see https://gitlab.com/gitlab-org/gitlab-ce/issues/64756 # see https://gitlab.com/gitlab-org/gitlab-ce/issues/64756
# reports: # reports:
# junit: junit_karma.xml # junit: junit_karma.xml
...@@ -192,6 +193,7 @@ jest: ...@@ -192,6 +193,7 @@ jest:
paths: paths:
- coverage-frontend/ - coverage-frontend/
- junit_jest.xml - junit_jest.xml
- tmp/tests/frontend/
# see https://gitlab.com/gitlab-org/gitlab-ce/issues/64756 # see https://gitlab.com/gitlab-org/gitlab-ce/issues/64756
# reports: # reports:
# junit: junit_jest.xml # junit: junit_jest.xml
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment