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

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.

Awesome Lists containing this project

README

          

# webmate Java SDK Samples webmate logo

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.