Skip to content

ideaalloc/karate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

karate

Karate Docker Image

Use it

$ docker pull atpio/atlasp-karate:1.0.0

You should have created a features folder with feature files in it, after that you can run as:

$ docker run -it --rm -e ENV --name atlasp-karate-running atlasp-karate karate

Build

$ export ENV=dev
$ docker build -t atlasp-karate .
$ docker run -it --rm -e ENV --name atlasp-karate-running atlasp-karate