Skip to content

Commit 3ca51f5

Browse files
committed
removed mulitple stage testing from travis.yml and added missing scripts to package.json
1 parent dc2bd3a commit 3ca51f5

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

.travis.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,4 @@ jobs:
3030
- stage: test
3131
env:
3232
- STAGE_NAME=1x-electron
33-
<<: *defaults
34-
# run tests in parallel by including several test jobs with same name variable
35-
- stage: test
36-
env:
37-
- STAGE_NAME=4x-electron
38-
<<: *defaults
39-
- stage: test
40-
env:
41-
- STAGE_NAME=4x-electron
42-
<<: *defaults
43-
- stage: test
44-
env:
45-
- STAGE_NAME=4x-electron
46-
<<: *defaults
47-
- stage: test
48-
env:
49-
- STAGE_NAME=4x-electron
5033
<<: *defaults

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
"test:e2e": "cypress run",
3131
"test:unit": "cross-env PORT=4100 react-scripts test --env=jsdom",
3232
"test": "npm-run-all -s test:unit -p -r start test:e2e",
33-
"eject": "react-scripts eject"
33+
"eject": "react-scripts eject",
34+
"cy:verify": "cypress verify",
35+
"cy:version": "cypress version",
36+
"cy:run": "cypress run",
37+
"cy:run:record": "cypress run --record",
38+
"cy:open": "cypress open"
3439
}
3540
}

0 commit comments

Comments
 (0)