File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -49,3 +49,16 @@ Supported options:
4949* ` --webdriverio ` - installs WebdriverIO as default helper
5050* ` --testcafe ` - installs TestCafe as default helper
5151* ` --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 = {
1515} ;
1616
1717const codeceptPackages = [
18- 18+ 1919 '@codeceptjs/ui' ,
2020 '@codeceptjs/examples' ,
2121 '@codeceptjs/configure'
Original file line number Diff line number Diff line change 11{
22 "name" : " create-codeceptjs" ,
3- "version" : " 0.1.5 " ,
3+ "version" : " 0.1.6 " ,
44 "description" : " Install CodeceptJS with all its dependencies in a single run" ,
55 "main" : " index.js" ,
66 "bin" : {
You can’t perform that action at this time.
0 commit comments