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

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -