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
- Host: GitHub
- URL: https://github.com/tecno-consultores/karate-labs-docker
- Owner: tecno-consultores
- License: gpl-2.0
- Created: 2024-09-27T00:14:45.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-12T19:00:11.000Z (5 months ago)
- Last Synced: 2025-01-23T13:33:16.467Z (5 months ago)
- Topics: docker, gradle, karate-tests, maven
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/sinfallas/karatelabs
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
# karate-labs-docker
Karate Labs Docker imageBuild 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