Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 448 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 448 Bytes

karate-labs-docker

Karate Labs Docker image

Build from source code:

* docker build -t karatelabs .
* docker run -d --name karate karatelabs
* docker exec -it karate bash

docker compose:

Copy the .feature files to the test folder and then run the tests using the following commands:

* docker compose up -d
* docker exec -t karatelabs mvn clean test

Get this image on: