aboutsummaryrefslogtreecommitdiff
path: root/rsTester/src/test/resources/runDescriptions/sample2.json
blob: a8ea9ecc850c9f4a14c3a6821f7e0cffb9504879 (plain)
1
2
3
4
5
6
7
8
9
10
{
  'ruleSet': '../ruleSets/simpleRuleSet1.json',
  'tests': [ { 'url': 'http://localhost:8000/',
               'oracle': [ { 'ruleId': 42
                           , 'results': ['Error', 'Error']
                           }
                         ]
             }
           ]
}