-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
Remove redundant edge-case scenarios #518
Comments
@mvz That's a great idea, I think I can add some context to why I added some of the tests.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. |
The RSpec repos have a similar policy, where edge cases must be checked in the specs, and the cukes are used for documentations. |
Related to #685. |
Summary
Let's improve Aruba's cucumber features as a source for documentation by reducing the number of edge case scenarios.
Expected Behavior
Aruba's documentation summarizes clearly the use of its methods and cucumber steps
Current Behavior
Several feature files list endless edge cases, for example, running an external script with ruby, python, bash, zsh, with alternative step wording.
Possible Solution
Some combination of the following:
Context & Motivation
I want to make Aruba's documentation better and clearer, and reduce the time our tests take to run at the same time.
The text was updated successfully, but these errors were encountered: