Skip to content

bearddan2000/kotlin-cli-maven-spring-failsafe-jacoco-cucumber-mockito-testng-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

kotlin-cli-maven-spring-failsafe-jacoco-cucumber-mockito-testng-hello-world

Description

A POC for spring app using testng, cucumber, mockito, and jacoco framework with failsafe and surefire plugins.

This is a simple and trivial way to start:

  • kotlin
    • springframework
    • cucumber test runner for testng
  • cucumber
    • parameterized scenario
  • mockito
    • integration of testng
    • injection

Tech stack

  • kotlin
  • maven
    • mockito
    • spring
    • testng
    • cucumber
    • failsafe
    • jacoco

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