Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
martingrossmann committed Jul 31, 2024
1 parent b0f6253 commit e10c465
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ Maven:
<version>2.8</version>
</dependency>
<dependency>
<groupId>io.testerra</groupId>
<artifactId>report-ng</artifactId>
<version>2.8</version>
<groupId>io.testerra</groupId>
<artifactId>report-ng</artifactId>
<version>2.8</version>
</dependency>
<dependency>
<groupId>io.appium</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,18 +156,6 @@ public WebDriverRequest prepareWebDriverRequest(WebDriverRequest webDriverReques
IExecutionContextController executionContext = Testerra.getInjector().getInstance(IExecutionContextController.class);
otherOptions.setCapability(APPIUM_CAPABILITY_NAME_TEST_NAME, executionContext.getExecutionContext().getRunConfig().getReportName());

// TODO: Handle app capabilities from test.properties
// // case iOS
// XCUITestOptions iosAppOptions = new XCUITestOptions();
// iosAppOptions.setApp("");
// iosAppOptions.setBundleId("");
// // case Android
// UiAutomator2Options androidAppOptions = new UiAutomator2Options();
// androidAppOptions.setApp("");
// androidAppOptions.setAppPackage("");
// androidAppOptions.setAppActivity("");
//

// Any additional defined desired capabilities are merged into base options
userAgentCapabilities = userAgentCapabilities.merge(otherOptions);

Expand Down

0 comments on commit e10c465

Please sign in to comment.