public class AppiumReportResource extends Object
| Constructor and Description |
|---|
AppiumReportResource(RestClient client) |
| Modifier and Type | Method and Description |
|---|---|
SuiteReport |
finishAppiumSuite(long suiteId,
SuiteReport.Id suiteReportId)
Marks all test executions contained in the specified suite execution as finished
|
TestReport |
finishAppiumTestReport(long suiteId,
SuiteReport.Id batchReportId,
TestReport.Id testReportId,
TestResult testResult)
Sets the status of the specific test execution and marks it as finished
|
SuiteReport |
startAppiumSuite(long suiteId,
Optional<String> appId,
Set<Test> tests)
Start a new suite execution including its test executions
|
public AppiumReportResource(RestClient client)
public SuiteReport startAppiumSuite(long suiteId, Optional<String> appId, Set<Test> tests)
public SuiteReport finishAppiumSuite(long suiteId, SuiteReport.Id suiteReportId)
public TestReport finishAppiumTestReport(long suiteId, SuiteReport.Id batchReportId, TestReport.Id testReportId, TestResult testResult)
Copyright © 2018. All rights reserved.