-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Once I add Manual tag in my feature file, the case that has step definitions is passed without executing #121
Comments
I'm not clear on the problem you are encountering: if you mark a scenario as @Manual, you are indicating that you do not want to run it as part of your automated tests, so it will not be executed. |
Hi John, I am also facing similar issue with the latest serenity. |
When i execute one scenario with complete step definitions , my test runs as expected(Takes 14 secs). But once i add another scenario with @Manual tag ,then the total execution time of both scenarios is 423ms (report snapshot attached.) One case passes(If i add assert fail then case fails also) and other one is listed as manual Attaching Feature file : Feature: Launch url Scenario: Launching url @Manual |
My POM:
|
It seems to be a problem with the Cucumber parallel execution - @cliviu any ideas? |
Not sure now, I will have to take a look. Can you provide a small example to help me reproduce the problem? |
@cliviu they are all executed but they all get run in dry-run/suspended mode, so the actual steps don't get executed |
No description provided.
The text was updated successfully, but these errors were encountered: