Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josdem/spring-boot-geb
Shows how to use Geb browser automation in a Spring Boot project
https://github.com/josdem/spring-boot-geb
bdd geb selenium-webdriver spock-framework spring-boot-2 webdrivermanager
Last synced: 29 days ago
JSON representation
Shows how to use Geb browser automation in a Spring Boot project
- Host: GitHub
- URL: https://github.com/josdem/spring-boot-geb
- Owner: josdem
- Created: 2018-03-31T14:54:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-17T22:38:07.000Z (about 6 years ago)
- Last Synced: 2024-11-16T22:14:39.505Z (3 months ago)
- Topics: bdd, geb, selenium-webdriver, spock-framework, spring-boot-2, webdrivermanager
- Language: Java
- Size: 78.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Spring Boot Geb
----------------------------This project shows how to integrate Geb and Spock to implement BDD to your Spring Boot application
#### To run the project with Gradle
```bash
gradle bootRun
```#### To test the project with Gradle
```bash
gradle test
```#### To run the project with Maven
```bash
mvn spring-boot:run
```#### To test the project with Maven
```bash
mvn test
```#### Read this as reference
http://josdem.io/techtalk/spring/spring_boot_geb/