Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 589 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 589 Bytes

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