Appium-End Test Coverage(结束测试覆盖率)

End Test Coverage


Get test coverage data //获取数据

Example Usage
Javadriver.endTestCoverage("Intent", "/path");
Pythonself.driver.end_test_coverage("Intent", "/path")
Javascript// webdriver.io example
driver.endCoverage("Intent", "/path");
// wd example
await driver.endTestCoverageForApp("Intent", "/path");
Ruby# ruby_lib example
end_coverage("Intent", "/path")
# ruby_lib_core example
@driver.end_coverage("Intent", "/path")
C#driver.EndTestCoverage("Intent","/path");
PHP$driver->endTestCoverage('Intent', '/path');
Support
Appium Server

详见

Appium Clients

详见

HTTP API Specifications
Endpoint

POST /session/:session_id/appium/app/end_test_coverage

URL Parameters
namedescription
session_idID of the session to route the command to
JSON Parameters
nametypedescription
intentstringIntent to broadcast
stringFilestringPath to .ec file
Response

null

相关文章

前言:appium可以说是app最火的一个自动化框架,它的主要优势...
(原文:https://www.cnblogs.com/fancy0158/p/10047906.htm...
一Appium介绍1.1含义开源,跨平台,多语言支持的移动应用自动...
前言:Appium是一个自动化测试开源工具,支持iOS平台和Andro...
转:https://blog.csdn.net/Tigerdong1/article/details/801...
(原文:https://www.cnblogs.com/fancy0158/p/10056418.htm...