I've got a cucumber step: Given that I'm logged in
I don't understand how I should implement it as a step definition.
Could someone point me into right direction, tutorials, blogs etc.
I've got a cucumber step: Given that I'm logged in
I don't understand how I should implement it as a step definition.
Could someone point me into right direction, tutorials, blogs etc.
Hi You may divide this step into three smaller steps
here is how I do it.
The reason I do it this way, is that I run through the entire stack and set the environment up the way a normal user would...