Skip to content

bearddan2000/java-cli-maven-surefire-jacoco-allure-cucumber-junit-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

java-cli-maven-surefire-jacoco-allure-cucumber-junit-hello-world

Description

Analyze source code for potential bugs. A POC for maven app using junit5 and cucumber framework with jacoco, allure, and surefire plugins.

Serves allure report from link given after the build.

Tech stack

  • java
  • maven
    • junit5
    • surefire
    • jacoco
    • cucumber
      • allure

Docker stack

  • maven:3-openjdk-17

To run

sudo ./install.sh -u

  • jacoco report under bin/target/site/jacoco

To stop

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit