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

https://github.com/lukaszcmielewski/seleniumtestng

sample tests https://www.saucedemo.com/ using Java-Selenium-WebDriver
https://github.com/lukaszcmielewski/seleniumtestng

java selenium-java selenium-webdriver testng-framework

Last synced: 3 months ago
JSON representation

sample tests https://www.saucedemo.com/ using Java-Selenium-WebDriver

Awesome Lists containing this project

README

          

# Sample GUI tests

### How run tests
```sh
mvn test -Dspring.profiles.active=seleniumTest
```