|
|
@@ -35,8 +35,8 @@ chrome:
|
|
|
artifacts:
|
|
|
when: on_failure
|
|
|
paths:
|
|
|
- - test/cypress/videos/**/*.mp4
|
|
|
- - test/cypress/screenshots/**/*.png
|
|
|
+ - tests/cypress/videos/**/*.mp4
|
|
|
+ - tests/cypress/screenshots/**/*.png
|
|
|
expire_in: 3 day
|
|
|
|
|
|
chrome-mobile:
|
|
|
@@ -48,8 +48,8 @@ chrome-mobile:
|
|
|
artifacts:
|
|
|
when: on_failure
|
|
|
paths:
|
|
|
- - test/cypress/videos/**/*.mp4
|
|
|
- - test/cypress/screenshots/**/*.png
|
|
|
+ - tests/cypress/videos/**/*.mp4
|
|
|
+ - tests/cypress/screenshots/**/*.png
|
|
|
expire_in: 3 day
|
|
|
|
|
|
firefox:
|
|
|
@@ -61,8 +61,8 @@ firefox:
|
|
|
artifacts:
|
|
|
when: on_failure
|
|
|
paths:
|
|
|
- - test/cypress/videos/**/*.mp4
|
|
|
- - test/cypress/screenshots/**/*.png
|
|
|
+ - tests/cypress/videos/**/*.mp4
|
|
|
+ - tests/cypress/screenshots/**/*.png
|
|
|
expire_in: 3 day
|
|
|
|
|
|
firefox-mobile:
|
|
|
@@ -74,6 +74,6 @@ firefox-mobile:
|
|
|
artifacts:
|
|
|
when: on_failure
|
|
|
paths:
|
|
|
- - test/cypress/videos/**/*.mp4
|
|
|
- - test/cypress/screenshots/**/*.png
|
|
|
+ - tests/cypress/videos/**/*.mp4
|
|
|
+ - tests/cypress/screenshots/**/*.png
|
|
|
expire_in: 3 day
|