Skip to content

This repo contains an example Cucumber-CPP project, copied from the Cucumber-CPP repository, and a Dockerfile to test this project with a single docker command, without needing to install Cucumber-CPP locally.

Notifications You must be signed in to change notification settings

rwbr/cucumber-cpp-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cucumber-CPP containerized (PoC)

This repo contains an example Cucumber-CPP project, copied from the Cucumber-CPP repository, and a Dockerfile to test this project with a single docker command, without needing to install Cucumber-CPP locally.

If you edit the .cpp files, don't forget to edit the CMakeLists.txt too.

Once it's done, run the following command to compile, build, and test all your features:

docker build . -t cucumber-cpp-container && docker run cucumber-cpp-container

About

This repo contains an example Cucumber-CPP project, copied from the Cucumber-CPP repository, and a Dockerfile to test this project with a single docker command, without needing to install Cucumber-CPP locally.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published