I have a question Let’s say, I have 2 features in my tests
- example-a.feature that contains an outline scenario with 10 lines
- example-b.feature which contains another outline scenario which also contains 10 lines.
Is it possible to create an example-c.feature from features a and b? If so, is this a good practice? It seems to me that this can generate a lot of complexity.
Thanks