Skip to content

Commit 78e48d0

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents d208720 + 755c6f0 commit 78e48d0

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
@@ -8,6 +8,7 @@
88
* [JSON reports aren't generated in open / interactive mode](#json-reports-arent-generated-in-open--interactive-mode)
99
* [I get `cypress_esbuild_preprocessor_1.createBundler is not a function`](#i-get-cypress_esbuild_preprocessor_1createbundler-is-not-a-function)
1010
* [I get `cypress_esbuild_preprocessor_1.default is not a function`](#i-get-cypress_esbuild_preprocessor_1default-is-not-a-function)
11+
* [The members `And(..)` and `But(..)` are missing](#function-members-and-and-but-are-missing)
1112

1213
## `--env` / `tags` isn't picked up
1314

@@ -54,3 +55,7 @@ However, I recommend just using `esModuleInterop: true` if you don't fully under
5455
## I get `cypress_esbuild_preprocessor_1.default is not a function`
5556

5657
See answer above.
58+
59+
## Function members `And(..)` and `But(..)` are missing
60+
61+
These have been [deprecated](https://github.com/badeball/cypress-cucumber-preprocessor/issues/821).

0 commit comments

Comments
 (0)