Skip to content

Latest commit

 

History

History
executable file
·
38 lines (29 loc) · 699 Bytes

File metadata and controls

executable file
·
38 lines (29 loc) · 699 Bytes

kotlin-cli-maven-spring-surefire-pmd-cucumber-testng-hello-world

Description

A POC for spring app using testng, cucumber, and pmd framework with surefire plugin.

PMD analyze source code for potential bugs.

This is a simple and trivial way to start:

  • kotlin
    • springframework
    • cucumber test runner for testng
  • cucumber
    • parameterized scenario

Tech stack

  • kotlin
  • maven
    • spring
    • testng
    • cucumber
    • surefire
    • pmd

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