Save E2E artifacts
This commit is contained in:
@@ -56,6 +56,10 @@ test:e2e:
|
|||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- npm run test:e2e
|
- npm run test:e2e
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- e2e-screenshoots
|
||||||
|
expire_in: 1 week
|
||||||
|
|
||||||
publish:dev:
|
publish:dev:
|
||||||
stage: publish
|
stage: publish
|
||||||
|
|||||||
+2
-2
@@ -34,8 +34,8 @@
|
|||||||
"test": "npm run test:e2e:verbose",
|
"test": "npm run test:e2e:verbose",
|
||||||
"test:e2e": "npm-run-all -p -r serve test:e2e:testcafe",
|
"test:e2e": "npm-run-all -p -r serve test:e2e:testcafe",
|
||||||
"test:e2e:verbose": "npm-run-all -p -r serve test:e2e:testcafe:verbose",
|
"test:e2e:verbose": "npm-run-all -p -r serve test:e2e:testcafe:verbose",
|
||||||
"test:e2e:testcafe": "testcafe -S -s 'tests/testcafe/screenshots' --app-init-delay 2000 chrome:headless tests/testcafe",
|
"test:e2e:testcafe": "testcafe -S -s 'e2e-screenshots' --app-init-delay 2000 chrome:headless tests/testcafe",
|
||||||
"test:e2e:testcafe:verbose": "testcafe -S -s 'tests/testcafe/screenshots' --app-init-delay 2000 chrome tests/testcafe"
|
"test:e2e:testcafe:verbose": "testcafe -S -s 'e2e-screenshots' --app-init-delay 2000 chrome tests/testcafe"
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
|
|||||||
Reference in New Issue
Block a user