Skip to content

Commit 8a6d914

Browse files
authored
Remove default engine option (#8)
1 parent 9037616 commit 8a6d914

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ const program = new commander.Command('Create CodeceptJS')
5555
.option('--template <template>', 'Install template')
5656

5757
// engines select
58-
.option('--playwright', 'Install playwright packages')
5958
.option('--puppeteer', 'Install puppeteer packages')
6059
.option('--webdriverio', 'Install webdriverio packages')
6160
.option('--testcafe', 'Install testcafe packages')

0 commit comments

Comments
 (0)