Skip to content

Commit

Permalink
chore: add useCucumber config entry to README (#458)
Browse files Browse the repository at this point in the history
* chore: add useCucumber config entry to README

* fix: typo
  • Loading branch information
KrystofJan authored Jan 3, 2025
1 parent d712a8d commit 59387e8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Add TestRail's test case ID to the test description. e.g.
```javascript
it("C123456 Page loads correctly", async () => {
```
This also supports multiple caseIDs. e.g.
This also supports multiple caseIDs. e.g.
```javascript
it("C123456 C678910 Page loads correctly", async () => {
```
Expand Down Expand Up @@ -96,12 +96,18 @@ Include all tests in suite in test run.
Type: `boolean`
### `caseIdTagPrfix`
### `caseIdTagPrefix`
Prefix use to locate for case ID in Cucumber tags, useful for multi-platform Cucumber Scenario executions
Type: `string`
### `useCucumber`
Indicates whether the tests are written using the Cucumber framework. By default, it is set to `false`.
Type: `boolean`
---
For more information on WebdriverIO see the [homepage](https://webdriver.io).

0 comments on commit 59387e8

Please sign in to comment.