To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorSimple Feature
- Scenarios
-
- Simple Scenario
-
- Given
-
a feature file with:
Feature: Feature name Scenario: Scenario name Given a step
- And
-
a step definition file with:
#include <iostream> GIVEN("a step") { std::cout << "STEP RUN" << std::endl; }
- When
- I run cucumber-cpp
- Then
-
the output should contain:
STEP RUN
Last published over 7 years ago by paoloambrosio.