Skip to content

feat: added custom fixture option for steps#4

Merged
Daan Timmer (daantimmer) merged 1 commit intomainfrom
feature/add-custom-fixture-for-step-implementations
Jan 11, 2024
Merged

feat: added custom fixture option for steps#4
Daan Timmer (daantimmer) merged 1 commit intomainfrom
feature/add-custom-fixture-for-step-implementations

Conversation

@daantimmer
Copy link
Collaborator

example:

struct MyFixture : cucumber_cpp::Step{
  using cucumber_cpp::Step::Step;
};

GIVEN_F(MyFixture, "I have a custom fixture"){}

@daantimmer Daan Timmer (daantimmer) requested a review from a team as a code owner January 11, 2024 07:11
@github-actions
Copy link

github-actions bot commented Jan 11, 2024

Test Results

5 tests  ±0   5 ✅ ±0   4s ⏱️ ±0s
1 suites ±0   0 💤 ±0 
1 files   ±0   0 ❌ ±0 

Results for commit d061a52. ± Comparison against base commit 60f598c.

♻️ This comment has been updated with latest results.

@daantimmer Daan Timmer (daantimmer) force-pushed the feature/add-custom-fixture-for-step-implementations branch from a6629c7 to bcd8847 Compare January 11, 2024 07:15
example:
```cpp
struct MyFixture : cucumber_cpp::Step{
  using cucumber_cpp::Step::Step;
};

GIVEN_F(MyFixture, "I have a custom fixture"){}
```
@daantimmer Daan Timmer (daantimmer) force-pushed the feature/add-custom-fixture-for-step-implementations branch from bcd8847 to d061a52 Compare January 11, 2024 07:23
@daantimmer Daan Timmer (daantimmer) added this pull request to the merge queue Jan 11, 2024
Merged via the queue into main with commit 54099e3 Jan 11, 2024
@daantimmer Daan Timmer (daantimmer) deleted the feature/add-custom-fixture-for-step-implementations branch January 11, 2024 07:52
This was referenced Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants