Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added custom fixture option for steps #4

Merged

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 daantimmer requested a review from a team as a code owner January 11, 2024 07:11
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 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 daantimmer force-pushed the feature/add-custom-fixture-for-step-implementations branch from bcd8847 to d061a52 Compare January 11, 2024 07:23
@daantimmer daantimmer added this pull request to the merge queue Jan 11, 2024
Merged via the queue into main with commit 54099e3 Jan 11, 2024
5 checks passed
@daantimmer 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