Skip to content

logo-group/bdd-workshop-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BDD Workshop with Java

Implementation of a simple login scenario

Prerequisites

IntelliJ Community/Ultimate Edition

-install "Cucumber for Java" plugin

JDK 1.8+

Maven 3

Built With

Spring Boot
Serenity
Cucumber
H2 (in-memory database)

Installation

Clone the project and let maven download required dependencies.

mvn clean install

Running Application

mvn spring-boot:run

Running Tests

Running Tests

mvn clean test

Running Tests with serenity report

mvn clean test serenity:aggregate

Serenity Report

/target/site/serenity/index.html

JaCoCo Report

/target/site/jacoco-ut/index.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published