wdio-cucumber-parallel-execution icon indicating copy to clipboard operation
wdio-cucumber-parallel-execution copied to clipboard

There isn't possibility to run tagged scenario example

Open bog777bog opened this issue 1 year ago • 0 comments

For instance, if I want to run examples tagged by @weekly. It's not working and it cannot parse it.

Scenario Outline: Doing some tests
  Given a step
  When I do some <input>
  Then I should get some <output>

@daily
Examples:
  |input     |output    |
  |daily 1   |daily 2 o |

@weekly
Examples:
  |input     |output    |
  |week 1    |week 1 o  |
  |week 2    |week 3 o  |
      .           .

bog777bog avatar Nov 13 '23 10:11 bog777bog