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 the ability to call other steps from any step #5

Merged
merged 3 commits into from
Jan 11, 2024

Conversation

daantimmer
Copy link
Collaborator

@daantimmer daantimmer commented Jan 11, 2024

Example:

GIVEN("I reset the device"){}
GIVEN("the device is connected"){}

GIVEN("device operational"){
  Given("I reset the device");
  Given("the device is connected");
}

@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 47d3dc3. ± Comparison against base commit 54099e3.

♻️ This comment has been updated with latest results.

@daantimmer daantimmer added this pull request to the merge queue Jan 11, 2024
Merged via the queue into main with commit e9eb924 Jan 11, 2024
4 checks passed
@daantimmer daantimmer deleted the feature/add-calling-other-steps branch January 11, 2024 08:00
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