I'm working with a very large set of already existing cucumber features, and adding additional tests. For those new tests I'm also trying to use transforms to simplify repetitive tasks.
How can I add a transform without breaking already existing tests? I've already added context to the capture group, but since the context is from the same business domain as the pre-existing tests it can easily end up matching.
Is there a way to only apply a transform to certain steps?