Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shvul/wda-java-examples
- Owner: shvul
- Created: 2018-10-24T09:28:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-22T21:08:27.000Z (about 6 years ago)
- Last Synced: 2024-10-28T01:21:10.981Z (3 months ago)
- Topics: tvos, wda-java
- Language: Java
- Homepage:
- Size: 86.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`