提交测试框架样例
This commit is contained in:
parent
4fc0950231
commit
10f7f99a96
10
log/log.html
10
log/log.html
File diff suppressed because one or more lines are too long
612
log/output.xml
612
log/output.xml
File diff suppressed because one or more lines are too long
|
@ -1582,7 +1582,7 @@ storage = function () {
|
|||
window.output = {};
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
window.output["suite"] = [1,2,3,0,[],[1,0,1977],[[4,5,6,7,[],[1,1396,579],[],[[8,9,1,0,[10],[1,1409,564],[]]],[],[1,1,1,1]]],[],[],[1,1,1,1]];
|
||||
window.output["suite"] = [1,2,3,0,[],[1,0,2003],[[4,5,6,7,[],[1,1404,594],[],[[8,9,1,0,[10],[1,1415,580],[]]],[],[1,1,1,1]]],[],[],[1,1,1,1]];
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
window.output["strings"] = [];
|
||||
|
@ -1594,10 +1594,10 @@ window.output["strings"] = window.output["strings"].concat(["*","*Ap web","*F:\\
|
|||
window.output["stats"] = [[{"elapsed":"00:00:01","fail":0,"label":"Critical Tests","pass":1},{"elapsed":"00:00:01","fail":0,"label":"All Tests","pass":1}],[{"elapsed":"00:00:01","fail":0,"label":"test_demo","pass":1}],[{"elapsed":"00:00:02","fail":0,"id":"s1","label":"Ap web","name":"Ap web","pass":1},{"elapsed":"00:00:01","fail":0,"id":"s1-s1","label":"Ap web.Demo","name":"Demo","pass":1}]];
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
window.output["baseMillis"] = 1628784117411;
|
||||
window.output["baseMillis"] = 1628784962267;
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
window.output["generated"] = 2106;
|
||||
window.output["generated"] = 2130;
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
window.settings = {"background":{"fail":"#f66","nonCriticalFail":"#9e9","pass":"#9e9"},"logURL":"log.html","title":""};
|
||||
|
|
|
@ -7,4 +7,4 @@ Resource resource.txt
|
|||
${post} post
|
||||
${get} get
|
||||
${language} zh-CN
|
||||
${url} http://${volans_Server_host_top}/api
|
||||
${url} http://${host_top}/api
|
|
@ -4,7 +4,7 @@
|
|||
######################################
|
||||
${username_top} root
|
||||
${userpwd_top} 123456
|
||||
|
||||
${host_top} www.test.com
|
||||
|
||||
|
||||
######################################
|
||||
|
|
Loading…
Reference in New Issue