Commit da77e4f7 authored by Jakob Moser's avatar Jakob Moser
Browse files

Add artifacts

parent bd324854
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -8,3 +8,8 @@ test:
  script:
    - npx http-server ./static -p 8000 &
    - cypress run
  artifacts:
    paths:
      - cypress/videos/**/*.mp4
      - cypress/screenshots/**/*.png
    expire_in: 1 day