Skip to content

The C++ based proxy communicating data between Cucumber test framework and C++ step implementations using cucumber-ruby-wire

Notifications You must be signed in to change notification settings

AleksKovalenko/cucumber-wire-test

Repository files navigation

Install prerequisites

  • Install ruby version 3.1.x
  • execute gem install bundle
  • from folder cucumber_wire_test execute bundle

Build recommendations

Using the VS Code reopen the project in the dev container, select the GCC x86 toolchain and build inside the container (Building on windows using MS Visual Studio 2017+ works as well)

Executing tests

  • From the containerd vscode terminal
    .\build\cucumber_wire_proxy\cucumber_test.cucumber_wire_proxy
  • From the host system from cucumber_wire_test
    cucumber --format pretty --tag "@demo01"
    cucumber --format json --tag "@demo_b01"

About

The C++ based proxy communicating data between Cucumber test framework and C++ step implementations using cucumber-ruby-wire

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published