mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
fix format
This commit is contained in:
parent
20693e331b
commit
856e7a3e13
@ -1,16 +1,21 @@
|
|||||||
{
|
{
|
||||||
"context": "https://graph.microsoft.com/beta/$metadata#Collection(microsoft.graph.emailAddress)",
|
"context": "https://graph.microsoft.com/beta/$metadata#Collection(microsoft.graph.emailAddress)",
|
||||||
"value": [{
|
"value": [
|
||||||
|
{
|
||||||
"name": "\u4f1a\u8bae\u5ba4101",
|
"name": "\u4f1a\u8bae\u5ba4101",
|
||||||
"address": "MeetingRoom101@abc.com"
|
"address": "MeetingRoom101@abc.com"
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
"name": "\u4f1a\u8bae\u5ba4102",
|
"name": "\u4f1a\u8bae\u5ba4102",
|
||||||
"address": "MeetingRoom102@abc.com"
|
"address": "MeetingRoom102@abc.com"
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
"name": "\u4f1a\u8bae\u5ba4103",
|
"name": "\u4f1a\u8bae\u5ba4103",
|
||||||
"address": "MeetingRoom103@abc.com"
|
"address": "MeetingRoom103@abc.com"
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
"name": "\u4f1a\u8bae\u5ba4219",
|
"name": "\u4f1a\u8bae\u5ba4219",
|
||||||
"address": "MeetingRoom219@abc.com"
|
"address": "MeetingRoom219@abc.com"
|
||||||
}]
|
}
|
||||||
|
]
|
||||||
}
|
}
|
@ -1,16 +1,23 @@
|
|||||||
[{
|
[
|
||||||
|
{
|
||||||
"context": "https://graph.microsoft.com/beta/$metadata#Collection(microsoft.graph.emailAddress)",
|
"context": "https://graph.microsoft.com/beta/$metadata#Collection(microsoft.graph.emailAddress)",
|
||||||
"value": [{
|
"value": [
|
||||||
|
{
|
||||||
"name": "\u4f1a\u8bae\u5ba4101",
|
"name": "\u4f1a\u8bae\u5ba4101",
|
||||||
"address": "MeetingRoom101@abc.com"
|
"address": "MeetingRoom101@abc.com"
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
"name": "\u4f1a\u8bae\u5ba4102",
|
"name": "\u4f1a\u8bae\u5ba4102",
|
||||||
"address": "MeetingRoom102@abc.com"
|
"address": "MeetingRoom102@abc.com"
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
"name": "\u4f1a\u8bae\u5ba4103",
|
"name": "\u4f1a\u8bae\u5ba4103",
|
||||||
"address": "MeetingRoom103@abc.com"
|
"address": "MeetingRoom103@abc.com"
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
"name": "\u4f1a\u8bae\u5ba4219",
|
"name": "\u4f1a\u8bae\u5ba4219",
|
||||||
"address": "MeetingRoom219@abc.com"
|
"address": "MeetingRoom219@abc.com"
|
||||||
}]
|
}
|
||||||
}]
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
@ -28,39 +28,52 @@
|
|||||||
"cronEnabled": true,
|
"cronEnabled": true,
|
||||||
"cronExpression": "*/2 * * * *",
|
"cronExpression": "*/2 * * * *",
|
||||||
"elementFolder": "F:\\Eclipse2017Workplace\\MasterYIUITest/config/element/",
|
"elementFolder": "F:\\Eclipse2017Workplace\\MasterYIUITest/config/element/",
|
||||||
"ccs": [""],
|
"ccs": [
|
||||||
|
""
|
||||||
|
],
|
||||||
"elementLocationRetryCount": 3,
|
"elementLocationRetryCount": 3,
|
||||||
"sqlitePath": "F:\\Eclipse2017Workplace\\MasterYIUITest\\report.db",
|
"sqlitePath": "F:\\Eclipse2017Workplace\\MasterYIUITest\\report.db",
|
||||||
"defaultSleepSeconds": 0.5,
|
"defaultSleepSeconds": 0.5,
|
||||||
"suiteFolder": "F:\\Eclipse2017Workplace\\MasterYIUITest/config/suite/",
|
"suiteFolder": "F:\\Eclipse2017Workplace\\MasterYIUITest/config/suite/",
|
||||||
"tos": ["309873223@qq.com", "610421185@qq.com", "xuwangcheng14@163.com"],
|
"tos": [
|
||||||
|
"309873223@qq.com",
|
||||||
|
"610421185@qq.com",
|
||||||
|
"xuwangcheng14@163.com"
|
||||||
|
],
|
||||||
"ieDriverPath": "F:\\Eclipse2017Workplace\\MasterYIUITest/src/main/resources/IEDriverServer.exe",
|
"ieDriverPath": "F:\\Eclipse2017Workplace\\MasterYIUITest/src/main/resources/IEDriverServer.exe",
|
||||||
"elementLocationTimeouts": 9,
|
"elementLocationTimeouts": 9,
|
||||||
"reportFolder": "F:\\Eclipse2017Workplace\\MasterYIUITest/report",
|
"reportFolder": "F:\\Eclipse2017Workplace\\MasterYIUITest/report",
|
||||||
"operaDriverPath": "F:\\Eclipse2017Workplace\\MasterYIUITest/src/main/resources/operadriver.exe",
|
"operaDriverPath": "F:\\Eclipse2017Workplace\\MasterYIUITest/src/main/resources/operadriver.exe",
|
||||||
"chromeDriverPath": "F:\\Eclipse2017Workplace\\MasterYIUITest/src/main/resources/chromedriver.exe",
|
"chromeDriverPath": "F:\\Eclipse2017Workplace\\MasterYIUITest/src/main/resources/chromedriver.exe",
|
||||||
"bccs": [""]
|
"bccs": [
|
||||||
|
""
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"browserName": ["chrome"],
|
"browserName": [
|
||||||
|
"chrome"
|
||||||
|
],
|
||||||
"successCount": 1,
|
"successCount": 1,
|
||||||
"useTime": 11069,
|
"useTime": 11069,
|
||||||
"testTime": "2018-11-04 19:47:07",
|
"testTime": "2018-11-04 19:47:07",
|
||||||
"endTime": "2018-11-04 19:47:18",
|
"endTime": "2018-11-04 19:47:18",
|
||||||
"skipCount": 0,
|
"skipCount": 0,
|
||||||
"caseReports": [{
|
"caseReports": [
|
||||||
|
{
|
||||||
"finishTime": "2018-11-04 19:47:18",
|
"finishTime": "2018-11-04 19:47:18",
|
||||||
"caseName": "百度搜索",
|
"caseName": "百度搜索",
|
||||||
"useTime": "6320",
|
"useTime": "6320",
|
||||||
"runCount": 0,
|
"runCount": 0,
|
||||||
"caseMethodPath": "com.dcits.test.baidu.usecase.Baidu.search",
|
"caseMethodPath": "com.dcits.test.baidu.usecase.Baidu.search",
|
||||||
"stepReports": [{
|
"stepReports": [
|
||||||
|
{
|
||||||
"stepName": "打开Url地址",
|
"stepName": "打开Url地址",
|
||||||
"stepId": 0,
|
"stepId": 0,
|
||||||
"testTime": "2018-11-04 19:47:11",
|
"testTime": "2018-11-04 19:47:11",
|
||||||
"params": "https://www.baidu.com/",
|
"params": "https://www.baidu.com/",
|
||||||
"actionName": "打开Url地址",
|
"actionName": "打开Url地址",
|
||||||
"status": true
|
"status": true
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
"stepName": "输入 => 搜索框",
|
"stepName": "输入 => 搜索框",
|
||||||
"stepId": 1,
|
"stepId": 1,
|
||||||
"location": "id => kw",
|
"location": "id => kw",
|
||||||
@ -69,7 +82,8 @@
|
|||||||
"elementName": "搜索框",
|
"elementName": "搜索框",
|
||||||
"actionName": "输入",
|
"actionName": "输入",
|
||||||
"status": true
|
"status": true
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
"stepName": "点击 => 搜索按钮",
|
"stepName": "点击 => 搜索按钮",
|
||||||
"stepId": 2,
|
"stepId": 2,
|
||||||
"location": "id => su",
|
"location": "id => su",
|
||||||
@ -78,7 +92,8 @@
|
|||||||
"elementName": "搜索按钮",
|
"elementName": "搜索按钮",
|
||||||
"actionName": "点击",
|
"actionName": "点击",
|
||||||
"status": true
|
"status": true
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
"stepName": "点击 => 搜索结果",
|
"stepName": "点击 => 搜索结果",
|
||||||
"stepId": 3,
|
"stepId": 3,
|
||||||
"location": "xpath => //*[@id=\"1\"]/h3/a",
|
"location": "xpath => //*[@id=\"1\"]/h3/a",
|
||||||
@ -87,29 +102,34 @@
|
|||||||
"elementName": "搜索结果",
|
"elementName": "搜索结果",
|
||||||
"actionName": "点击",
|
"actionName": "点击",
|
||||||
"status": true
|
"status": true
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
"stepName": "切换到指定窗口",
|
"stepName": "切换到指定窗口",
|
||||||
"stepId": 4,
|
"stepId": 4,
|
||||||
"testTime": "2018-11-04 19:47:17",
|
"testTime": "2018-11-04 19:47:17",
|
||||||
"params": "1",
|
"params": "1",
|
||||||
"actionName": "切换到指定窗口",
|
"actionName": "切换到指定窗口",
|
||||||
"status": true
|
"status": true
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
"stepName": "切换到指定窗口",
|
"stepName": "切换到指定窗口",
|
||||||
"stepId": 5,
|
"stepId": 5,
|
||||||
"testTime": "2018-11-04 19:47:17",
|
"testTime": "2018-11-04 19:47:17",
|
||||||
"params": "0",
|
"params": "0",
|
||||||
"actionName": "切换到指定窗口",
|
"actionName": "切换到指定窗口",
|
||||||
"status": true
|
"status": true
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
"stepName": "刷新页面",
|
"stepName": "刷新页面",
|
||||||
"stepId": 6,
|
"stepId": 6,
|
||||||
"testTime": "2018-11-04 19:47:17",
|
"testTime": "2018-11-04 19:47:17",
|
||||||
"params": "",
|
"params": "",
|
||||||
"actionName": "刷新页面",
|
"actionName": "刷新页面",
|
||||||
"status": true
|
"status": true
|
||||||
}],
|
}
|
||||||
|
],
|
||||||
"browserType": "chrome",
|
"browserType": "chrome",
|
||||||
"status": "success"
|
"status": "success"
|
||||||
}]
|
}
|
||||||
|
]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user