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

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -