Skip to content

Project created with the objective of presenting the Karate test framework running with tomcat and generating reports.

Notifications You must be signed in to change notification settings

juliofalbo/karate-with-embedded-tomcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

There are 3 steps which allow to see this code in action:

  • build project
  • run application
  • run tests inside your IDE

Build project:

./gradlew clean build -x test

Run application:

./gradlew bootRun

Run tests:

Open IDE and run UserTest as general JUnit test

To generate reports run GenerateReportParallel as general JUnit test

For more details visit official documentation:

Reference: Baeldung

About

Project created with the objective of presenting the Karate test framework running with tomcat and generating reports.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published