Skip to content

Commit

Permalink
Add artifacts to test stage (#279)
Browse files Browse the repository at this point in the history
This allows for better analysis should the cypress tests fail.
  • Loading branch information
jthoenes authored and bahmutov committed Jul 23, 2019
1 parent acebb58 commit 6ccd180
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions basic/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ test:
- npm run start:ci &
# run Cypress test in load balancing mode, pass id to tie jobs together
- npm run e2e:record
artifacts:
paths:
- cypress/videos
- cypress/screenshots
expire_in: 1 day

0 comments on commit 6ccd180

Please sign in to comment.