Skip to content

Latest commit

 

History

History
executable file
·
28 lines (21 loc) · 500 Bytes

File metadata and controls

executable file
·
28 lines (21 loc) · 500 Bytes

java-cli-maven-cucumber-when-then-hello-world

Description

A POC for maven app using JUnit5 and cucumber framework with surefire plugin. Uses when and then in feature.

Tech stack

  • java
  • maven
    • junit
    • surefire
    • cucumber

Docker stack

  • maven:3-openjdk-17

To run

sudo ./install.sh -u

To stop

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit

[Code concept] (https://stackoverflow.com/questions/67847818/maven-junit-5-cucumber-not-running-tests)