jeudi 10 décembre 2020

Can we use two stepdefinitions.ts files in two different folders in a Cucumber-cypress project for different feature files?

"main": "index.js",
 "cypress-cucumber-preprocessor": {
 "step_definitions": "src/shared/support/step_definitions/"
 }
}

This is how it is written in the package.json. Is there any way I add another .ts file of another location, so that when a feature file is running, it will check both stepdefinitions files for automated implementation?

Aucun commentaire:

Enregistrer un commentaire