Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/