Category "scenarios"

"How to execute a whole scenario with 5 steps before some particular scenarios in cucumber"

"Can i execute a specific scenario that is having suppose 5 steps before some specific scenaros in Cucumber? Suppose i have a feature file that contains 3 sce

Should integration test bypass login natural processes in order don't retest same login functionality for many times

Let's say I'm testing a web service and I have a couple of scenarios requires user to be authenticated: Scenario #1: Customer sign-up Scenario #2: Customer si