https://github.com/webmate-io/webmate-sdk-samples
Sample projects and tests that show the functionality of the webmate Java SDK.
https://github.com/webmate-io/webmate-sdk-samples
samples sdk selenium webmate webmate-api webmate-java-sdk
Last synced: 10 months ago
JSON representation
Sample projects and tests that show the functionality of the webmate Java SDK.
- Host: GitHub
- URL: https://github.com/webmate-io/webmate-sdk-samples
- Owner: webmate-io
- License: apache-2.0
- Created: 2017-09-18T14:58:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-25T10:42:03.000Z (about 1 year ago)
- Last Synced: 2025-04-25T11:41:31.985Z (about 1 year ago)
- Topics: samples, sdk, selenium, webmate, webmate-api, webmate-java-sdk
- Language: Java
- Homepage:
- Size: 3.11 MB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webmate Java SDK Samples 
This repository contains examples of how to use the [webmate Java SDK](https://github.com/webmate-io/webmate-sdk-java).
## Usage
To run the examples, add your webmate credentials in `MyCredentials.java` and follow the instructions there.
**Note:** It is recommended to start the tests individually via an IDE of your choice.
## Samples
Test
Frameworks
DemoCucumberTest
Cucumber, Selenium, JUnit
DeviceInteractionTest
JUnit
SeleniumBasedCrossbrowserTest
Selenium, JUnit
QueryDeployablesTest
Selenium, JUnit
SeleniumBasedRegressionTest
Selenium, JUnit
SeleniumTest
Selenium, JUnit
SeleniumTestScheduling
Selenium, JUnit
SeleniumTestWithActionRule
Selenium, JUnit
SeleniumTestWithActionRuleAlternative
Selenium, JUnit
UrlBasedCrossbrowserTest
JUnit
## webmate API
Although, the SDK provides a number of features and convenience wrappers it doesn't exhaust the full potential of the webmate API.
See the REST API [Swagger documentation](https://app.webmate.io/api/swagger) for a comprehensive summary of the webmate functionalities.