@@ -164,16 +164,14 @@ async function createCodecept(opts) {
164164 console . log ( )
165165 console . log ( 'Try CodeceptJS now with a demo project:' ) ;
166166 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' ) ;
167168 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' ) ;
170169 console . log ( ) ;
171170 console . log ( 'Initialize CodeceptJS for your project:' ) ;
172171 console . log ( '🔨' , chalk . yellow ( 'npx codeceptjs init' ) , '- initialize codeceptjs for current project' , chalk . bold ( '(required)' ) ) ;
173172 console . log ( '➕' , chalk . cyan ( 'npm run codecept' ) , '- runs codeceptjs tests for current project' ) ;
174173 console . log ( '➕' , chalk . cyan ( 'npm run codecept:headless' ) , '- executes codeceptjs tests headlessly (no window shown)' ) ;
175174 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' ) ;
177175
178176 console . log ( ) ;
179177 if ( root != currentDir ) {
0 commit comments