Loading .gitlab-ci.yml +5 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
.gitlab-ci.yml +5 −0 Original line number Diff line number Diff line Loading @@ -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