File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -49,3 +49,16 @@ Supported options:
49
49
* ` --webdriverio ` - installs WebdriverIO as default helper
50
50
* ` --testcafe ` - installs TestCafe as default helper
51
51
* ` --use-yarn ` - yes, we support yarn too!
52
+
53
+ ## NPM Scripts
54
+
55
+ This command appends following scripts to package.json file:
56
+
57
+ * ` codeceptjs ` - runs tests
58
+ * ` codeceptjs:headless ` - runs tests in headless mode
59
+ * ` codeceptjs:ui ` - runs tests via CodeceptUI
60
+
61
+ * ` codeceptjs:demo ` - runs tests from demo application
62
+ * ` codeceptjs:demo:headless ` - runs tests in headless mode from demo
63
+ * ` codeceptjs:demo:ui ` - opens CodeceptUI for demo application
64
+
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const enginePackages = {
15
15
} ;
16
16
17
17
const codeceptPackages = [
18
- 'codeceptjs@3.0.0-beta.4 ' ,
18
+ 'codeceptjs@3.0.0' ,
19
19
'@codeceptjs/ui' ,
20
20
'@codeceptjs/examples' ,
21
21
'@codeceptjs/configure'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-codeceptjs" ,
3
- "version" : " 0.1.5 " ,
3
+ "version" : " 0.1.6 " ,
4
4
"description" : " Install CodeceptJS with all its dependencies in a single run" ,
5
5
"main" : " index.js" ,
6
6
"bin" : {
You can’t perform that action at this time.
0 commit comments