Skip to content

Commit

Permalink
Add 'packages/react/' from commit 'f1d7ada7bedd066c1fde3a6f5fde7e2c3d…
Browse files Browse the repository at this point in the history
…f535aa'

git-subtree-dir: packages/react
git-subtree-mainline: b671ee6
git-subtree-split: f1d7ada
  • Loading branch information
joshblack committed May 7, 2019
2 parents b671ee6 + f1d7ada commit eff767d
Show file tree
Hide file tree
Showing 2,270 changed files with 104,810 additions and 0 deletions.
68 changes: 68 additions & 0 deletions packages/react/.aat.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
# optional - Specify the rule pack server to use. (Where to pull the rules and engine from)
# Default: https://cc-rules.w3ibm.mybluemix.net/js/latest/
rulePack: https://cc-rules.w3ibm.mybluemix.net/js/latest/

# optional - Specify one or many policies to scan.
# i.e. For one policy use policies: CI162_5_2_DCP080115
# i.e. Multiple policies: CI162_5_2_DCP080115,CI162_5_2_DCP070116 or refer to below as a list
# Default: CI162_5_2_DCP070116 <latest policy, maybe pull this from server>
policies:
- CI162_5_2_DCP070116
- CI162_5_2_DCP080115

# optional - Specify one or many violation levels on which to fail the test
# i.e. If specified violation then the testcase will only fail if
# a violation is found uring the scan.
# i.e. failLevels: violation
# i.e. failLevels: violation,potential violation or refer to below as a list
# Default: violation, potentialviolation
failLevels:
- violation

# optional - Specify one or many violation levels which should be reported
# i.e. If specified violation then in the report it would only contain
# results which are level of violation.
# i.e. reportLevels: violation
# i.e. reportLevels: violation,potentialviolation or refer to below as a list
# Default: violation, potentialviolation, recommendation, potentialrecommendation, manual
reportLevels:
- violation

# Optional - Specify if screenshoot should be captured of the current page that is being scanned
# If the browser in use provides screen capture capability
# Default: true
captureScreenshots: true

# Optional - Which type should the results be outputted to
# outputFormat: json,csv
# Default: json
outputFormat:
- json

# Optional - Specify labels that you would like associated to your scan
#
# i.e.
# label: Firefox,master,V12,Linux
# label:
# - Firefox
# - master
# - V12
# - Linux
# Default: N/A
label:
- Chrome
- master

# optional - Where the scan results should be saved
# Default: results
outputFolder: a11y/results

# optional - Where baselines are stored
# Default: baselines
baselineFolder: a11y/baselines

# optional - Should Hidden content be scanned
# true --> Yes scan hidden content
# false --> Don't scan hidden content
# Default: true
checkHiddenContent: true
Loading

0 comments on commit eff767d

Please sign in to comment.