@@ -164,16 +164,14 @@ async function createCodecept(opts) {
164
164
console . log ( )
165
165
console . log ( 'Try CodeceptJS now with a demo project:' ) ;
166
166
console . log ( '➕' , chalk . bold . cyan ( 'npm run codecept:demo' ) , '- executes codeceptjs tests for a demo project' ) ;
167
+ console . log ( '➕' , chalk . bold . cyan ( 'npm run codecept:demo:app' ) , '- starts codeceptjs application with UI for a demo project' ) ;
167
168
console . log ( '➕' , chalk . cyan ( 'npm run codecept:demo:headless' ) , '- executes codeceptjs tests headlessly (no window shown)' ) ;
168
- console . log ( '➕' , chalk . bold . cyan ( 'npm run codecept:demo:app' ) , '- starts codeceptjs UI application for a demo project' ) ;
169
- console . log ( '➕' , chalk . cyan ( 'npm run codecept:demo:server' ) , '- starts codeceptjs UI as a webserver for a demo project' ) ;
170
169
console . log ( ) ;
171
170
console . log ( 'Initialize CodeceptJS for your project:' ) ;
172
171
console . log ( '🔨' , chalk . yellow ( 'npx codeceptjs init' ) , '- initialize codeceptjs for current project' , chalk . bold ( '(required)' ) ) ;
173
172
console . log ( '➕' , chalk . cyan ( 'npm run codecept' ) , '- runs codeceptjs tests for current project' ) ;
174
173
console . log ( '➕' , chalk . cyan ( 'npm run codecept:headless' ) , '- executes codeceptjs tests headlessly (no window shown)' ) ;
175
174
console . log ( '➕' , chalk . cyan ( 'npm run codecept:app' ) , '- starts codeceptjs UI application for current project' ) ;
176
- console . log ( '➕' , chalk . cyan ( 'npm run codecept:server' ) , '- starts codeceptJS UI as webserver' ) ;
177
175
178
176
console . log ( ) ;
179
177
if ( root != currentDir ) {
0 commit comments