Skip to content

The goal of this project is to serve as a guide to configure an initial project using Spring Boot 2.3.0, Gradle 6 and Cucumber 5.7.0, all working successfully and finally generating Jacoco Reports. Only to prove the functionality of language, the cucumber feature file and code are configured to use portuguese.

Notifications You must be signed in to change notification settings

edelgadoh/springboot-gradle-cucumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

springboot-gradle-cucumber

The goal of this project is to serve as a guide to configure an initial project using Spring Boot 2.3.0, Gradle 6 and Cucumber 5.7.0, all working successfully and finally generating Jacoco Reports.

Only to prove the functionality of language, the cucumber feature file and code are configured to use portuguese.

Requirement

Build and Running tests

Only run to command below to use the gradle wrapper to build the project and run the cucumber tests

./gradlew clean build

Jacoco report

Jacoco report

Running the following gradle task:

./gradlew jacocoTestReport

many files will be generated inside the directory: build/reports/jacoco/test/html/

Open the index.html and see it in your browser

Jacoco report

About

The goal of this project is to serve as a guide to configure an initial project using Spring Boot 2.3.0, Gradle 6 and Cucumber 5.7.0, all working successfully and finally generating Jacoco Reports. Only to prove the functionality of language, the cucumber feature file and code are configured to use portuguese.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published