Skip to content

A template to demonstrate how to test a C++ project with Cucumber, in a Linux container.

Notifications You must be signed in to change notification settings

axel-op/cucumber-cpp-containerized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

A template to demonstrate how to test a C++ project with Cucumber, in a Linux container.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published