DEV Community

Discussion on: CodeceptJs Setup & BDD

Collapse
 
haribhandari profile image
Hari Bhandari • Edited

Hi, sorry for the late response. You need to add

gherkin: {
      features: './features/*.feature'
    }


in your package.json file. Also, if you face more issues, compare your package.json file to mine.