Bad Spelling #1124
Closed
paul-bouvier-collectifenergie
started this conversation in
General
Bad Spelling
#1124
Replies: 1 comment
-
Good catch! I've fixed it with 6cbf333. |
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
-
There's a spelling mistake in the configuration documentation.
// .cypress-cucumber-preprocessorrc.json
{
"e2e": {
"stepDefintions": "cypress/e2e/[filepath].{js,mjs,ts,tsx}"
},
"component": {
"stepDefintions": "src/[filepath].{js,mjs,ts,tsx}"
}
}
It's stepDefinitions not stepDefintions
Beta Was this translation helpful? Give feedback.
All reactions