Skip to content

Commit

Permalink
docs: correct indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma11hewThomas committed Feb 1, 2024
1 parent 0a5d27b commit 2e6126b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Webdriverio JSON Reporter - CTRF

A WDIO test reporter to generate JSON test reports that are [CTRF](https://ctrf.io) compliant.
A WDIO test reporter to generate JSON test reports that are CTRF compliant.

[Common Test Report Format](https://ctrf.io) helps you generate consistent JSON reports that are agnostic of specific programming languages or test frameworks.

Expand All @@ -22,8 +22,8 @@ npm install --save-dev wdio-ctrf-json-reporter
Add the reporter to your wdio.config.ts/js file:

```javascript
reporters: [
['ctrf-json', {}]],
reporters: [
['ctrf-json', {}]],
```

Run your tests:
Expand Down

0 comments on commit 2e6126b

Please sign in to comment.