Forum Discussion

Camo's avatar
Camo
Occasional Contributor
4 years ago
Solved

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...