You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since version 3.6.2 (was working in 3.6.1), when you enable gherkin/bdd, an error occurs on updating the configuration to add the gherkin part with "undefined undefined"
Reproduced on both linux & windows.
What do you get instead?
Provide console output if related. Use --verbose mode for more details.
npx codeceptjs bdd:init
Output :
InitializingGherkin(CucumberBDD)forCodeceptJS--------------------------Created/config/workspace/features,placeyour*.featurefilesinit
Created samplefeaturefile: features/basic.featureCreated/config/workspace/step_definitions,placestepdefinitionsintoit
Created samplestepsfile: step_definitions/steps.jscodecept.conf.jsconfigcan't be updated automatically
Pleaseupdateit manually:
undefined: undefinedGherkinsetupisdone.Startwritingfeaturefilesandimplementcorrespondingsteps.
Just looked at code, Project have TypeScript enabled, and looks like js/ts extension is not manager between lib gherkin:init & updateConfig
I created by mistake codecept project in TS but that explain my issue, not version update
What are you trying to achieve?
Since version 3.6.2 (was working in 3.6.1), when you enable gherkin/bdd, an error occurs on updating the configuration to add the gherkin part with "undefined undefined"
Reproduced on both linux & windows.
What do you get instead?
Details
The text was updated successfully, but these errors were encountered: