Skip to content

Commit

Permalink
fix: docs - remove deprecated helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Feb 24, 2024
1 parent 20829a5 commit 520ca39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Better to see once.

### setHeadlessWhen

Toggle headless mode for Puppeteer, WebDriver, TestCafe, Nightmare and Playwright on condition.
Toggle headless mode for Puppeteer, WebDriver, TestCafe and Playwright on condition.

Usage:

Expand All @@ -44,7 +44,7 @@ exports.config = {
}
```

* For Puppeteer, TestCafe, Nigthmare, Playwright: it enables `show: true`.
* For Puppeteer, TestCafe, Playwright: it enables `show: true`.
* For WebDriver with Chrome or Firefox browser: it adds `--headless` option to chrome/firefox options inside `desiredCapabilities`.

### setHeadedWhen
Expand Down Expand Up @@ -118,7 +118,7 @@ exports.config = {

### setBrowser

Changes browser in config for Playwright, Puppeteer, WebDriver, Protractor & TestCafe:
Changes browser in config for Playwright, Puppeteer, WebDriver & TestCafe:

```js
const { setBrowser } = require('@codeceptjs/configure');
Expand Down Expand Up @@ -147,7 +147,7 @@ exports.config = {

### setTestHost

Changes url in config for Playwright, Puppeteer, WebDriver, Protractor & TestCafe:
Changes url in config for Playwright, Puppeteer, WebDriver & TestCafe:

```js
const { setTestHost } = require('@codeceptjs/configure');
Expand Down

0 comments on commit 520ca39

Please sign in to comment.