Skip to content

Commit

Permalink
fix lint options and update doc & dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tamil777selvan committed Dec 7, 2023
1 parent 8d7e78e commit 173b372
Show file tree
Hide file tree
Showing 5 changed files with 735 additions and 373 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ import XrayCucumberPlugin from 'xray-cucumber-plugin'

const options = {
featureFolderPath: './features',
featureFolderFilter: 'OptimisedE2EPack',
featureFolderFilter: 'OptimizedE2EPack',
featureTagFilter: '',
scenarioDescriptionRegex: /TC_\d\d /gm,
scenarioDescriptionRegexReplaceValue: 'XCP ',
Expand Down Expand Up @@ -196,12 +196,12 @@ import XrayCucumberPlugin from 'xray-cucumber-plugin'

const options = {
featureFolderPath: './features',
featureFolderFilter: 'OptimisedE2EPack',
featureFolderFilter: 'OptimizedE2EPack',
scenarioDescriptionRegex: /TC_\d\d /gm,
scenarioDescriptionRegexReplaceValue: '',
}

XrayCucumberPlugin.lintFeatureFiles(options);
void XrayCucumberPlugin.lintFeatureFiles(options);
```

### Exposed Options (lintFeatureFiles Method)
Expand Down
Loading

0 comments on commit 173b372

Please sign in to comment.