Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shvul/wda-java-examples

Java examples of using WDA Java Client for tvOS automation
https://github.com/shvul/wda-java-examples

tvos wda-java

Last synced: about 2 months ago
JSON representation

Java examples of using WDA Java Client for tvOS automation

Awesome Lists containing this project

README

        

# wda-java-examples

Repository shows basic use cases of using [WDA Java Client](https://github.com/shvul/WebDriverAgent) for tvOS automation

## Setup
Initiate submodules:
```
git submodule update --init --recursive
```
Move to WebDriverAgent folder:
```
cd ./WebDriverAgent
```
Switch to application-commands branch to use application install/activate/launch commands:
```
git checkout application-commands
```
Build carthage dependencies:
```
sh ./Scripts/bootstrap.sh
```

Open xcode project and sign `WebDriverAgentRunner_tvOS` target under your provisioning profile.

Specify device id and ip in the `TestNGSuiteConfig.xml`

Run tests via `TestNGSuiteConfig.xml`