Skip to content

trammik/bdd_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BDD test examples in Docker container

Insturctions

  1. Clone the repo into any convinient directory

    git clone https://github.com/trammik/bdd_docker.git
  2. Build image with Dockerfile from cloned repo

    docker build -f Dockerfile -t pytest-bdd .
  3. Run docker container from the builded image

    docker run -ti --name test -d pytest-bdd
  4. Check the container output by passing container ID to ommand docker logs

    docker logs <container ID>

About

bdd test example packed in docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published