{
  "rule": "bulk",
  "timeLimit": 20,
  "acts": [
    {
      "type": "launch",
      "target": {
        "url": "file://validation/tests/targets/bulk/good.html",
        "what": "small page"
      }
    },
    {
      "type": "test",
      "which": "testaro",
      "stopOnFail": true,
      "expect": [
        [
          "standardResult.totals.0",
          "=",
          0
        ],
        [
          "standardResult.instances.length",
          "=",
          0
        ]
      ],
      "withItems": true,
      "rules": [
        "y",
        "bulk"
      ]
    },
    {
      "type": "url",
      "which": "file://validation/tests/targets/bulk/bad.html",
      "what": "large page"
    },
    {
      "type": "test",
      "which": "testaro",
      "stopOnFail": true,
      "expect": [
        [
          "standardResult.totals.0",
          "=",
          1
        ],
        [
          "standardResult.totals.2",
          "=",
          0
        ],
        [
          "standardResult.instances.length",
          "=",
          1
        ],
        [
          "standardResult.instances.0.ruleID",
          "=",
          "bulk"
        ],
        [
          "standardResult.instances.0.what",
          "i",
          "large number"
        ],
        [
          "standardResult.instances.0.ordinalSeverity",
          "=",
          0
        ]
      ],
      "withItems": true,
      "rules": [
        "y",
        "bulk"
      ]
    }
  ]
}
