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