Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/testingbot/java-testng-app-example
Java + TestNG example for Mobile App testing on TestingBot
https://github.com/testingbot/java-testng-app-example
appium mobile-app-automation mobile-app-testing testingbot testng
Last synced: about 2 months ago
JSON representation
Java + TestNG example for Mobile App testing on TestingBot
- Host: GitHub
- URL: https://github.com/testingbot/java-testng-app-example
- Owner: testingbot
- Created: 2020-04-21T13:49:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-23T08:40:30.000Z (11 months ago)
- Last Synced: 2024-04-22T12:14:18.789Z (9 months ago)
- Topics: appium, mobile-app-automation, mobile-app-testing, testingbot, testng
- Language: Java
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## TestingBot - Java & TestNG
TestingBot provides a grid of browsers and mobile devices to run Automated tests.
This example demonstrates how to use Java with TestNG to run a test on a Mobile Device.### Environment Setup
1. Setup
* Clone this repository
* Install dependencies `mvn install`2. TestingBot Credentials
* Add your TestingBot Key and Secret as environmental variables. You can find these in the [TestingBot Dashboard](https://testingbot.com/members/).
```
$ export TB_KEY=
$ export TB_SECRET=
```## Running Tests
* To run a single test, run `mvn test -P single`You will see the test result in the [TestingBot Dashboard](https://testingbot.com/members/)
### Resources
##### [TestingBot Documentation](https://testingbot.com/support/mobile/testng.html)##### [Appium Documentation](https://appium.io/)