javascript - Can I run tagged scenario in feature file from the wdio before hook -


set wdio not run scenarios tagged @setup:

cucumberopts: {     tags: ["@ready, ~@setup"],           // <string[]> (expression)  }, 

is possible run @setup scenario before hook?:

before: function (capabilities, specs) {     // run scenario tagged @setup current feature file }, 


Comments

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -