Skip to content

Commit 97aef58

Browse files
authored
Update Readme.md (#3)
1 parent 8a6d914 commit 97aef58

File tree

1 file changed

+10
-18
lines changed

1 file changed

+10
-18
lines changed

Readme.md

+10-18
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Create CodeceptJS 🚀
22

3-
Create CodeceptJS project easily, having all dependencies installed with one command.
3+
One command to create a fresh CodeceptJS project or add CodeceptJS to an existing project.
44

55
```
66
____ ____ _____ ____ _____ _____ ____ ____ ____ _____ ____ _____ ____ _____ _ ____
@@ -11,49 +11,41 @@ Create CodeceptJS project easily, having all dependencies installed with one com
1111
1212
```
1313

14-
15-
This script will install all required depdnedncies for CodeceptJS project.
1614
It is not required to use `create-codeceptjs` on any project, you can install them on your own, but it is very easy to start from scratch.
1715

1816
![](https://user-images.githubusercontent.com/220264/87477444-c986b580-c630-11ea-9af4-f383e02dfa2d.gif)
1917

20-
This script will also update `scripts` section of `package.json` so you could execute tests faster without learning Codeceptjs commands.
21-
22-
## Installation
23-
24-
No installation needed 🤗
18+
This script will also add several commands to the `scripts` section of your `package.json`, so you can just execute tests without the need to learn custom CodeceptJS commands.
2519

2620
## Usage
2721

28-
29-
Install CodeceptJS + Playwright into current project
22+
To install CodeceptJS + Playwright into your current project run
3023

3124
```
3225
npx create-codeceptjs
3326
```
3427

35-
Install CodeceptJS into "tests" directory
28+
To install CodeceptJS + Playwright into the "tests" directory run
3629

3730
```
3831
npx create-codeceptjs tests
3932
```
4033

41-
Install CodeceptJS + webdriverio:
34+
To install CodeceptJS + WebdriverIO run
4235

4336
```
4437
npx create-codeceptjs --webdriverio
4538
```
4639

47-
Install CodeceptJS + webdriverio into "tests" directory
40+
To install CodeceptJS + WebdriverIO into "tests" directory
4841

4942
```
5043
npx create-codeceptjs tests --webdriverio
5144
```
5245

5346
Supported options:
5447

55-
* `--puppeteer` - install puppeteer as default helper
56-
* `--testcafe` - install testcafe as default helper
57-
* `--yarn` - yes, we support yarn too!
58-
59-
48+
* `--puppeteer` - installs Puppeteer as default helper
49+
* `--webdriverio` - installs WebdriverIO as default helper
50+
* `--testcafe` - installs TestCafe as default helper
51+
* `--use-yarn` - yes, we support yarn too!

0 commit comments

Comments
 (0)