We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If there is a step implementation such as this:
step 'The word <word> has <count> vowels.' do |word,sdf, expectedCount| assert_equal(expectedCount.to_i, count_vowels(word)) end
Then gauge run specs should skip the scenarios using this step.
gauge run specs
Gauge continues to execute the steps.
Gauge version: 0.9.1 Plugins ------- csharp (0.10.1) html-report (4.0.1) java (0.6.5) js (2.0.0) ruby (0.4.1) xml-report (0.2.0)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behaviour
If there is a step implementation such as this:
Then
gauge run specs
should skip the scenarios using this step.Actual Behaviour
Gauge continues to execute the steps.
Gauge version
The text was updated successfully, but these errors were encountered: