Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Commit a58bff7

Browse files
committed
remove smoke test
1 parent 9d43d54 commit a58bff7

File tree

4 files changed

+6
-436
lines changed

4 files changed

+6
-436
lines changed

circle.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,3 @@ workflows:
3535
# send code coverage to coveralls.io
3636
# https://coveralls.io/github/cypress-io/cypress-example-todomvc-redux
3737
- run: npm run coveralls
38-
39-
- cypress/run:
40-
name: smoke tests
41-
executor: cypress/base-14
42-
requires:
43-
- Install
44-
install-command: echo 'Nothing to install in this job'
45-
# we will only run smoke tests on master branch
46-
filters:
47-
branches:
48-
only:
49-
- master
50-
start: npm start
51-
command: NODE_ENV=test npx cypress run --config-file cypress.config.smoke.js
52-
no-workspace: true

cypress.config.smoke.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@
4747
"cypress-react-unit-test": "4.17.2",
4848
"istanbul-lib-coverage": "3.0.0",
4949
"parcel-bundler": "1.12.5",
50-
"start-server-and-test": "1.12.1",
51-
"webpack": "^5.75.0"
50+
"start-server-and-test": "1.12.1"
5251
},
5352
"dependencies": {
5453
"classnames": "2.3.1",

0 commit comments

Comments
 (0)