How do I mark a cucumber scenario as pending so it doesn’t get counted as a passed?
Scenario: Guest should not see edit link
# pending implementation
Shouldn’t I be able to mark is as pending?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Okay figured this one out.
The Scenarios steps are marked as pending if it’s not found in any of the steps files.
It’s even nice enough to stub out the pending step.