playwright-bdd
playwright-bdd copied to clipboard
Question: Run by line number
Can I run a specific scenario by line number? It is a handy feature in cucumber-like tools. Example:
npx wdio --spec ./features/test.feature:N
where N - is the number of a scenario name line or line with a specific example in some Scenario Outline.
Yes I know about the @only tag but in some situations run by line is more suitable