playwright-bdd icon indicating copy to clipboard operation
playwright-bdd copied to clipboard

Question: Run by line number

Open viktor-silakov opened this issue 7 months ago • 8 comments

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

viktor-silakov avatar Jul 12 '24 03:07 viktor-silakov