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

https://github.com/anazalu/selenium-gate-keeper


https://github.com/anazalu/selenium-gate-keeper

junit5 selenium

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          


# Practice Software Testing
Selenium/JUnit project

## Website under test
https://practicesoftwaretesting.com/

## To build the project
```
mvn clean build
```

## To run the tests
```
mvn test
```