Skip to content

tecno-consultores/karate-labs-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: