Skip to content

Commit 1f62ff3

Browse files
committed
Add config caveats to FAQ
1 parent e4929f0 commit 1f62ff3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/faq.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* [I get `fs_1.promises.rm is not a function`](#i-get-fs_1promisesrm-is-not-a-function)
55
* [I get `spawn cucumber-json-formatter ENOENT`](#i-get-spawn-cucumber-json-formatter-enoent)
66
* [Why is `cypress-tags` missing?](#why-is-cypress-tags-missing)
7+
* [My JSON report isn't generated](#my-json-report-isnt-generated)
78

89
## `--env` / `tags` isn't picked up
910

@@ -22,3 +23,7 @@ You need to install `cucumber-json-formatter` **yourself**, as per [documentatio
2223
From [#689](https://github.com/badeball/cypress-cucumber-preprocessor/issues/689):
2324

2425
> The `cypress-tags` has been removed and made redundant. Specs containing no matching scenarios are [automatically filtered](https://github.com/badeball/cypress-cucumber-preprocessor/blob/master/docs/tags.md#running-a-subset-of-scenarios), provided that `filterSpecs` is set to true.
26+
27+
## My JSON report isn't generated
28+
29+
You have likely stumbled upon a configuration caveat, see [docs/configuration.md: Caveats / Debugging](configuration.md#caveats--debugging).

0 commit comments

Comments
 (0)