Camo
4 years agoOccasional Contributor
Where to store common logic like login
I have a few features which test resources which needs to login. Every feature has its own steps class with concrete steps. But each of this features needs to make login, so I tried to make baseSteps...
- 4 years ago
Hello,
Did you had the opportunity to take a look in the documentation? https://cucumber.io/docs/cucumber/state/
Based on your snippet, I assume you are using cucumber-jvm. Could DI help?