https://github.com/anazalu/selenium-gate-keeper
https://github.com/anazalu/selenium-gate-keeper
junit5 selenium
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anazalu/selenium-gate-keeper
- Owner: anazalu
- Created: 2024-03-25T12:47:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-30T19:11:25.000Z (10 months ago)
- Last Synced: 2025-08-30T21:16:49.980Z (10 months ago)
- Topics: junit5, selenium
- Language: Java
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```