Skip to content

Commit 6ccd180

Browse files
jthoenesbahmutov
authored andcommitted
Add artifacts to test stage (#279)
This allows for better analysis should the cypress tests fail.
1 parent acebb58 commit 6ccd180

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

basic/.gitlab-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@ test:
2525
- npm run start:ci &
2626
# run Cypress test in load balancing mode, pass id to tie jobs together
2727
- npm run e2e:record
28+
artifacts:
29+
paths:
30+
- cypress/videos
31+
- cypress/screenshots
32+
expire_in: 1 day

0 commit comments

Comments
 (0)