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

#187: Add support for Scenario outlines custom name strategies #191

Merged
merged 3 commits into from
Sep 12, 2024

Conversation

grey-rain
Copy link
Collaborator

No description provided.

@grey-rain grey-rain self-assigned this Sep 3, 2024
@grey-rain grey-rain requested a review from Invictum as a code owner September 3, 2024 19:53
@grey-rain grey-rain marked this pull request as draft September 3, 2024 19:53
@grey-rain grey-rain marked this pull request as ready for review September 3, 2024 20:19
Invictum
Invictum previously approved these changes Sep 6, 2024
.withStartTime(currentTest.getStartTime())
.withParameters(out.getDataTable().row(last))
.withTags(out.getTags())
.build();
Maybe<String> testId = launch.startTestItem(id, startScenario);
// Steps
proceedSteps(testId, Arrays.asList(currentTest));
proceedSteps(testId, List.of(currentTest));
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻

@grey-rain grey-rain merged commit a5a7b14 into develop Sep 12, 2024
1 check passed
@grey-rain grey-rain deleted the 187_name_config branch September 12, 2024 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants