An open API service indexing awesome lists of open source software.

https://github.com/tecno-consultores/karate-labs-docker

Environment designed to be used in CI/CD pipelines to run karate-labs test
https://github.com/tecno-consultores/karate-labs-docker

docker gradle karate-tests maven

Last synced: 3 months ago
JSON representation

Environment designed to be used in CI/CD pipelines to run karate-labs test

Awesome Lists containing this project

README

        

# karate-labs-docker
Karate Labs Docker image

Build from source code:

```bash
* 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:

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

Get this image on:

* https://hub.docker.com/r/sinfallas/karatelabs