File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ script:
10
10
- yarn build
11
11
- yarn test
12
12
- yarn test:coverage
13
+ - yarn start:ci
13
14
- yarn cypress:run
14
15
15
16
after_success :
Original file line number Diff line number Diff line change 1
1
/* globals context, cy */
2
2
context ( 'About' , ( ) => {
3
3
beforeEach ( ( ) => {
4
- cy . visit ( 'http://localhost:8081 /about' ) ;
4
+ cy . visit ( 'http://localhost:8080 /about' ) ;
5
5
} ) ;
6
6
7
7
describe ( 'Header' , ( ) => {
Original file line number Diff line number Diff line change 15
15
},
16
16
"scripts" : {
17
17
"start" : " webpack-dev-server --mode development" ,
18
+ "start:ci" : " npm start & wait-on http://localhost:8080" ,
18
19
"format" : " prettier --write \" src/**/*.js\" " ,
19
20
"stats" : " webpack-bundle-analyzer stats/stats.json" ,
20
21
"build" : " webpack --mode production" ,
You can’t perform that action at this time.
0 commit comments