Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit c1588e7

Browse files
Ghislain BeaulacGhislain Beaulac
authored andcommitted
refactor(circleci): re-enable Cypress tests after downgrading SlickGrid
1 parent 2bafe5f commit c1588e7

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

.circleci/config.yml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)