File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const daten = {
5
5
}
6
6
7
7
beforeEach ( ( ) => {
8
- cy . visit ( "http://localhost:8080 /" ) ;
8
+ cy . visit ( "http://localhost:8088 /" ) ;
9
9
cy . contains ( "Great Switch" ) . click ( ) ;
10
10
cy . get ( "#name" ) . type ( daten . name ) ;
11
11
cy . get ( "#fancyness :nth-child(4) > input" ) . click ( { force : true } ) ;
Original file line number Diff line number Diff line change 11
11
"repository" : " https://github.com/educorvi/vue_json_form.git" ,
12
12
"scripts" : {
13
13
"serve" : " vue-cli-service serve" ,
14
+ "serve:test" : " vue-cli-service serve --port 8088" ,
14
15
"cy:verify" : " cypress verify" ,
15
16
"cy:open" : " npx cypress open" ,
16
17
"cy:run" : " cypress run" ,
17
- "test" : " start-server-and-test serve 8080 cy:run" ,
18
+ "test" : " start-server-and-test ' serve:test' 8088 cy:run" ,
18
19
"build" : " npm run build:npm && npm run build:demo" ,
19
20
"build:npm" : " rimraf ./dist && webpack --config ./webpack.config.js" ,
20
21
"analyze" : " ANALYZE=true npm run build:demo" ,
You can’t perform that action at this time.
0 commit comments