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

Info annotation #959

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Dec 17, 2018

  1. An annotation, FeatureInfo, to add information about some of the basi…

    …c test attributes.
    
    This annotation then can be integrated with Spock Reports to add the following
    1. Id (Need to identify every feature uniquely)
    2. Impact (Impact of the feature, if it fails)
    3. Frequency of Failure (Probability of a feature failing)
    4. Component (Which component it may be associated with. Example: shopping cart, product page etc )
    
    These params then cab be used to create reports like ACC (https://testing.googleblog.com/2011/10/google-test-analytics-now-in-open.html)
    sapanparikh18 committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    55649bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55b5fff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    009d964 View commit details
    Browse the repository at this point in the history