Skip to content

Commit e46b099

Browse files
authored
fix: Update README.md
1 parent eba72d6 commit e46b099

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Tests can be executed via different helpers.
88
This is a playground for your first steps in testing, so instead of installing it from NPM it is recommended to clone it from repo instead and then install the dependencies:
99

1010
```
11-
git clone [email protected]:codecept-js/examples.git codeceptjs-examples && cd codeceptjs-examples && npm install
11+
git clone [email protected]:codecept-js/examples.git codeceptjs-examples && cd codeceptjs-examples && npm i
1212
```
1313

1414
This will install CodeceptJS with Puppeteer, WebdriverIO & TestCafe packages.
@@ -27,27 +27,27 @@ npx codeceptjs run --steps
2727

2828
## Puppeteer
2929

30-
Use `codecept.puppeteer.conf.ts` to run tests with Puppeteer:
30+
Use `codecept.puppeteer.conf.js` to run tests with Puppeteer:
3131

3232
```
33-
npx codeceptjs run --steps -c codecept.puppeteer.conf.ts
33+
npx codeceptjs run --steps -c codecept.puppeteer.conf.js
3434
```
3535

3636

3737
## WebdriverIO
3838

39-
Use `codecept.webdriver.conf.ts` to run tests with WebdriverIO in Chrome:
39+
Use `codecept.webdriver.conf.js` to run tests with WebdriverIO in Chrome:
4040

4141
```
42-
npx codeceptjs run -c codecept.webdriver.conf.ts --steps
42+
npx codeceptjs run -c codecept.webdriver.conf.js --steps
4343
```
4444

4545
## TestCafe
4646

47-
Use `codecept.testcafe.conf.ts` to run tests with TestCafe in Chrome:
47+
Use `codecept.testcafe.conf.js` to run tests with TestCafe in Chrome:
4848

4949
```
50-
npx codeceptjs run -c codecept.testcafe.conf.ts --steps
50+
npx codeceptjs run -c codecept.testcafe.conf.js --steps
5151
```
5252

5353
## Headless Mode

0 commit comments

Comments
 (0)