Skip to content

Commit 1fb014c

Browse files
committed
chore: format issues
1 parent e8c7c85 commit 1fb014c

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,8 @@ This ensures that the test results are available for future runs.
346346
You can merge reports if your chosen reporter generates multiple reports through
347347
design, parallelisation or otherwise.
348348

349-
If you use a glob pattern, reports will be merged automatically, otherwise the [ctrf-cli](https://github.com/ctrf-io/ctrf-cli) package provides a method to
349+
If you use a glob pattern, reports will be merged automatically, otherwise the
350+
[ctrf-cli](https://github.com/ctrf-io/ctrf-cli) package provides a method to
350351
merge multiple ctrf json files into a single file.
351352

352353
After executing your tests, use the following command:
@@ -360,17 +361,21 @@ want to merge.
360361

361362
### Glob Pattern
362363

363-
A glob pattern is a string that specifies sets of filenames with wildcards and special characters. This allows you to match multiple files or directories without specifying each file explicitly.
364+
A glob pattern is a string that specifies sets of filenames with wildcards and
365+
special characters. This allows you to match multiple files or directories
366+
without specifying each file explicitly.
364367

365368
Here are some examples of glob patterns you can use:
366369

367370
`ctrf/ctrf-report.json` - Matches the exact file ctrf/ctrf-report.json.
368371

369372
`ctrf/*.json` - Matches all .json files in the ctrf directory.
370373

371-
`ctrf/**/*.json`- Matches all .json files in the ctrf directory and its subdirectories.
374+
`ctrf/**/*.json`- Matches all .json files in the ctrf directory and its
375+
subdirectories.
372376

373-
`ctrf/ctrf-report*` - Matches any file starting with ctrf-report (e.g., ctrf-report.json, ctrf-report-old.json).
377+
`ctrf/ctrf-report*` - Matches any file starting with ctrf-report (e.g.,
378+
ctrf-report.json, ctrf-report-old.json).
374379

375380
## Pull Requests
376381

0 commit comments

Comments
 (0)