aboutsummaryrefslogtreecommitdiff
path: root/rsTester/src/test/resources/runDescriptions/headingSample.json
blob: e8228cafcea7707b8419017d00594a999266fb1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  'ruleSet': '../ruleSets/headingGuidelines.json',
  'tests': [ { 'url': 'http://localhost:8000/exampleData/basic/headings.html',
               'oracle': [ { 'ruleId': 1
                           , 'results': ['Error', 'Error']
                           },
                           { 'ruleId': 2
                           , 'results': ['Error']
                           }
                         ]
             }
           ]
}