I would like to change the cucumber so that when I execute this function (for example, "login.feature"), I want only login_steps.rb to be loaded for web steps. Other step files should not load.
IMO, it would be very useful to have the same steps, but which differ in implementation, respectively, on behalf of the function that is being executed.
Since I have almost a hundred scenarios, and I would prefer the steps to be high-level, that would make sense.
Any ideas?
source
share