Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages