Match runs for BDD scenario examples with parameter in title
Is your feature request related to a problem? Please describe. I have a Playwright BDD framework, where I use parametrised scenario, naming them as described: https://vitalets.github.io/playwright-bdd/#/writing-features/customize-examples-title?id=_1-use-scenario-name-as-a-template
For example:
Scenario Outline: Add attribute value of <type> type
Examples:
| type |
| text |
| int |
Scenario is being imported to Testomat as one test case with name "Add attribute value of
Describe the solution you'd like
To match run with name 'Add attribute value of
Describe alternatives you've considered Any other way to keep possibility to use examples and to have relevant naming for test runs
Additional context
I think this is antipattern Not planned for nearest releases