{
  "id": "9b65e0e1-0e29-4e71-8869-7dfaa008fff9",
  "version": "2.0",
  "name": "AuthTest",
  "url": "https://authenticationtest.com",
  "tests": [{
    "id": "568a4fd8-bb21-4795-ad3d-ae233b9284b4",
    "name": "SimpleForm Login",
    "commands": [{
      "id": "1f4fca58-bc33-4fd4-b629-79919db5bdd8",
      "comment": "",
      "command": "open",
      "target": "/simpleFormAuth/",
      "targets": [],
      "value": ""
    }, {
      "id": "f67e4566-0851-493c-92c3-c7f41dc554dd",
      "comment": "",
      "command": "setWindowSize",
      "target": "550x693",
      "targets": [],
      "value": ""
    }, {
      "id": "bda3e74c-0f9d-4395-bc90-b06bb473c0b8",
      "comment": "",
      "command": "click",
      "target": "id=email",
      "targets": [
        ["id=email", "id"],
        ["name=email", "name"],
        ["css=#email", "css:finder"],
        ["xpath=//input[@id='email']", "xpath:attributes"],
        ["xpath=//input", "xpath:position"]
      ],
      "value": ""
    }, {
      "id": "bb6ac71b-25ba-46b6-b076-b3b021b2f869",
      "comment": "",
      "command": "type",
      "target": "id=email",
      "targets": [
        ["id=email", "id"],
        ["name=email", "name"],
        ["css=#email", "css:finder"],
        ["xpath=//input[@id='email']", "xpath:attributes"],
        ["xpath=//input", "xpath:position"]
      ],
      "value": "simpleForm@authenticationtest.com"
    }, {
      "id": "fa8c3245-ad94-4a0b-bc07-bdac0d1e06e6",
      "comment": "",
      "command": "click",
      "target": "id=password",
      "targets": [
        ["id=password", "id"],
        ["name=password", "name"],
        ["css=#password", "css:finder"],
        ["xpath=//input[@id='password']", "xpath:attributes"],
        ["xpath=//div[2]/input", "xpath:position"]
      ],
      "value": ""
    }, {
      "id": "c40e1f52-6b8a-4acd-acb7-e4aa2170f4b1",
      "comment": "",
      "command": "type",
      "target": "id=password",
      "targets": [
        ["id=password", "id"],
        ["name=password", "name"],
        ["css=#password", "css:finder"],
        ["xpath=//input[@id='password']", "xpath:attributes"],
        ["xpath=//div[2]/input", "xpath:position"]
      ],
      "value": "pa$$w0rd"
    }, {
      "id": "61d786ea-1461-463d-ba4c-961f556ab404",
      "comment": "",
      "command": "click",
      "target": "css=.btn-primary",
      "targets": [
        ["css=.btn-primary", "css:finder"],
        ["xpath=//input[@value='Log In']", "xpath:attributes"],
        ["xpath=//form/input", "xpath:position"]
      ],
      "value": ""
    }]
  }],
  "suites": [{
    "id": "c94068ec-9895-4bd7-8827-7739d841459e",
    "name": "Default Suite",
    "persistSession": false,
    "parallel": false,
    "timeout": 300,
    "tests": ["568a4fd8-bb21-4795-ad3d-ae233b9284b4"]
  }],
  "urls": ["https://authenticationtest.com/"],
  "plugins": []
}