Skip to content

Latest commit

 

History

History
executable file
·
36 lines (28 loc) · 681 Bytes

File metadata and controls

executable file
·
36 lines (28 loc) · 681 Bytes

java-cli-maven-failsafe-findbugs-allure-cucumber-testng-hello-world

Description

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

Serves allure report from link given after the build.

Tech stack

  • java
  • maven
    • findbugs
    • testng
      • failsafe
    • surefire
    • cucumber
      • allure

Docker stack

  • maven:3-openjdk-17

To run

sudo ./install.sh -u

  • findbugs report at bin/target/findbugs

To stop

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit