I have a Specflow.feature file containing several scripts.
In most scenarios, the background file is used in the function file. However, for one scenario, this background is not required.
How can I stop the background from starting for this particular scenario without having to move it to a separate function?
source
share