-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.side
48 lines (48 loc) · 1.26 KB
/
test.side
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"id": "7fa8701e-a831-4536-bc1f-e50bec9c2133",
"version": "2.0",
"name": "test",
"url": "http://localhost:3000",
"tests": [{
"id": "2f9e3c98-fa7e-478d-a9a6-b47688c6f487",
"name": "test",
"commands": [{
"id": "c0489aed-b073-449b-acb7-e75b57a0ef31",
"comment": "",
"command": "open",
"target": "/",
"targets": [],
"value": ""
}, {
"id": "087ee150-bde3-46ef-8816-3b36c8a51287",
"comment": "",
"command": "click",
"target": "id=hi-button",
"targets": [
["id=hi-button", "id"],
["css=#hi-button", "css:finder"],
["xpath=//button[@id='hi-button']", "xpath:attributes"],
["xpath=//button", "xpath:position"],
["xpath=//button[contains(.,'Click me!')]", "xpath:innerText"]
],
"value": ""
}, {
"id": "057e0f0c-0527-4962-b1c2-7353f170f687",
"comment": "",
"command": "assertAlert",
"target": "Hi!",
"targets": [],
"value": ""
}]
}],
"suites": [{
"id": "390aaee7-dc6c-4d6b-a6d2-2ccfb3e9640c",
"name": "Default Suite",
"persistSession": false,
"parallel": false,
"timeout": 300,
"tests": ["2f9e3c98-fa7e-478d-a9a6-b47688c6f487"]
}],
"urls": ["http://localhost:3000/"],
"plugins": []
}