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:
* mkdir test
* cp -f /home/example/develop/*.feature ./test/
* docker compose up -d
* docker exec -t karatelabs mvn clean test
Get this image on: