@@ -24,33 +24,33 @@ jobs:
2424 - run :
2525 name : Upload Jest coverage to Codecov
2626 command : bash <(curl -s https://codecov.io/bash) -t ${CODECOV_TOKEN}
27- # - run:
28- # name: Start Dev WebServer
29- # command: yarn start
30- # background: true
31- # - restore_cache:
32- # name: Restoring Cache for Cypress
33- # keys:
34- # - e2e-tests-{{ .Branch }}-{{ checksum "package.json" }}
35- # - run:
36- # name: Installing Cypress dependencies with yarn
37- # command: |
38- # cd test/cypress
39- # yarn install
40- # - save_cache:
41- # name: Saving Cache for Cypress
42- # key: e2e-tests-{{ .Branch }}-{{ checksum "package.json" }}
43- # paths:
44- # - "test/cypress/node_modules"
45- # - run:
46- # name: Running Cypress E2E tests with JUnit reporter
47- # command: |
48- # cd test/cypress
49- # yarn cypress:ci:mochawesome
5027 - run :
51- name : Build Demo Site
52- command : NODE_ENV=production npx ng build --prod
53- - store_test_results :
54- path : reports/junit
55- - store_artifacts :
56- path : reports/junit
28+ name : Start Dev WebServer
29+ command : yarn start
30+ background : true
31+ - restore_cache :
32+ name : Restoring Cache for Cypress
33+ keys :
34+ - e2e-tests-{{ .Branch }}-{{ checksum "package.json" }}
35+ - run :
36+ name : Installing Cypress dependencies with yarn
37+ command : |
38+ cd test/cypress
39+ yarn install
40+ - save_cache :
41+ name : Saving Cache for Cypress
42+ key : e2e-tests-{{ .Branch }}-{{ checksum "package.json" }}
43+ paths :
44+ - " test/cypress/node_modules"
45+ - run :
46+ name : Running Cypress E2E tests with JUnit reporter
47+ command : |
48+ cd test/cypress
49+ yarn cypress:ci:mochawesome
50+ # - run:
51+ # name: Build Demo Site
52+ # command: NODE_ENV=production npx ng build --prod
53+ # - store_test_results:
54+ # path: reports/junit
55+ # - store_artifacts:
56+ # path: reports/junit
0 commit comments