Skip to content

Commit 027c9aa

Browse files
committed
vesion updated
1 parent e2c6ee7 commit 027c9aa

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

Readme.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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+

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const enginePackages = {
1515
};
1616

1717
const codeceptPackages = [
18-
'codeceptjs@3.0.0-beta.4',
18+
'codeceptjs@3.0.0',
1919
'@codeceptjs/ui',
2020
'@codeceptjs/examples',
2121
'@codeceptjs/configure'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)