-
Notifications
You must be signed in to change notification settings - Fork 42
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
Cucumber Tags and and Or #168
Comments
Hello, "tags" is not a Cucable option. |
Please find my xml attached. I have included my tags in XML..When i run my test cases ,in the logs it says. [INFO] Cucable created 0 separate feature files and 0 runners. If I run with only one tag like @us1,my test runs all the test cases in the feature file. What is the mistake here? |
Yes.As you see my in the first question I asked,My feature file tag name is @us1,and parameters are @env and @env2.. Not only that,I have assigned a tag to scenario as below, @test1 @env @Env2 and exeucted like @test1 and @env in include scenario tags,but says [INFO] Cucable created 0 separate feature files and 0 runners. |
Hi again, alright, I will investigate this. Maybe you found a bug there :-) |
Yes it seems you did find a bug. I will try to fix it for the next release. |
When can we have this feature?Just need approx date. |
I merged and released this 2 weeks ago (see above). |
Hi ,
I have a scenario like this.
My Feature file:
@us1
Feature:My feature
Scenario outline:Tc1
Given
When
Then
@env
Examples:
@Env2
Examples:
@env3:
Examples
And When i run my test cases like
mvn verify -Dtags="@us1 and @env"
This will run all the test cases under the folder in which my feature file resides and not this feature file alone.
Could you tell me if this is not the correct way using and & Or.
The text was updated successfully, but these errors were encountered: