Skip to content
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

Feature to remove unstable scenarios from the list #2

Open
danyg opened this issue Feb 1, 2016 · 1 comment
Open

Feature to remove unstable scenarios from the list #2

danyg opened this issue Feb 1, 2016 · 1 comment

Comments

@danyg
Copy link
Owner

danyg commented Feb 1, 2016

This will be helpful to see the evolution of that scenario after a fix.

@danyg
Copy link
Owner Author

danyg commented Feb 14, 2016

Scenario states

  • none normal state / new
  • fix marked as fixed by a user
  • auto-fix marked as fixed by the system (after 5 success builds)
  • recidivist was marked as fixed but failed again (after 1 failed build when marked as fix)
  • auto-recidivist was marked as fixed but failed again (after 1 failed build when marked as auto-fix)
  • Given a scenario marked as "fix" or "auto-fix"
    Then the scenario is hidden from most unstable scenarios view
  • Given the user in the cucumber-statistics watching the detail of a nightly or latestExecution view
    When the user check the option "show hidden scenarios"
    Then all the scenarios marked as "fix" or "auto-fix" get visibles with an opacity greater than "no-important" elements
  • Given a scenario marked as recidivist
    Then the scenario is shown with an alert icon
  • Given a scenario marked as auto-recidivist
    Then the scenario is shown with an alert icon
    And a warning note is shown in the details with the following message "This scenario was marked fixed after 5 succeed builds, but had failed again."
  • Given a scenario marked as auto-fixed
    When the user check the option "show hidden scenarios"
    Then a scenario marked as auto-fixed is shown
    And a info note is shown in the details with the following message "This scenario was marked fixed after 5 succeed builds."

danyg added a commit that referenced this issue Feb 14, 2016
…io into the nightly

ADD: userStatus, now is posible to mark a scenario as fix, and a scenario can be mark as auto-fix after 5 succed builds, also a scenario marked as fix or auto-fix is mark as recidivist when fails
ADD: new checkbox in container widget, to show or hide scenarios
MOD: lastExecution uses containerWidget more DRY!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant