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: about 1 month 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-17T22:38:07.000Z (over 7 years ago)
- Last Synced: 2025-12-19T12:28:27.545Z (5 months ago)
- Topics: bdd, geb, selenium-webdriver, spock-framework, spring-boot-2, webdrivermanager
- Language: Java
- Size: 78.1 KB
- Stars: 2
- Watchers: 1
- 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/