custom .cypress-cucumber-preprocessorrc.json file #1260
Unanswered
eramahatra
asked this question in
Q&A
Replies: 1 comment
-
No such option like the one you're depicting exists. You can take a look at cosmiconfig's for documentation alternative places to place your config file. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys
I'm struggling since 2 days to get cucumber working with another filename for the preprocessor config file which by default is .cypress-cucumber-preprocessorrc.json
Tried to load the custom file in my cypress config file :
await preprocessor.addCucumberPreprocessorPlugin(on, config, { configFile: "custom-preprocessor.json", });
not working, it always look for the default file
tried several things but none working.
any idea ?
Beta Was this translation helpful? Give feedback.
All reactions