Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artemnikitin/selenium-web-tests
Example of Selenium web tests with Spock and Selenide
https://github.com/artemnikitin/selenium-web-tests
Last synced: 4 days ago
JSON representation
Example of Selenium web tests with Spock and Selenide
- Host: GitHub
- URL: https://github.com/artemnikitin/selenium-web-tests
- Owner: artemnikitin
- Created: 2015-01-27T19:22:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:48:15.000Z (11 months ago)
- Last Synced: 2023-12-15T18:56:02.822Z (11 months ago)
- Language: Java
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# selenium-web-tests
Example of Selenium tests with Spock for http://artemnikitin.com
If you want to run it please do:
```
./gradlew clean test
```
It will download Gradle and all dependencies, and will run an example test. Please also make sure that latest version of Firefox browser is installed on your system.