taulinger / testcontainers-tomcat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testcontainers and Tomcat

Setup for IT/E2E testing by deploying a WAR file to a Tomcat running with Testcontainers.

Usage

Prerequisites

Steps

  • Clone the Github project:
git clone https://github.com/taulinger/testcontainers-tomcat.git
  • Change to the git repository and run:
./mvnw clean verify

or on Windows

mvnw.cmd clean verify

About

License:MIT License


Languages

Language:Java 93.7%Language:HTML 6.3%