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
Post a Comment