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: expose runner APIs for running individual steps #215

Merged
merged 2 commits into from
Oct 25, 2022

Conversation

OrKoN
Copy link
Collaborator

@OrKoN OrKoN commented Jun 30, 2022

The idea behind this PR is to make the code we generate more composable: instead of providing the entire recording one can run individual steps using .runStep method and, for example, easily integrate it into control flow statements.

BREAKING CHANGE: the user flow parameter in the runner extensions is now optional

@OrKoN OrKoN force-pushed the expose-granular-step-execution-api branch from bac718f to d368a87 Compare June 30, 2022 11:35
@OrKoN OrKoN requested a review from jrandolf-2 June 30, 2022 11:54
@jrandolf-2 jrandolf-2 force-pushed the expose-granular-step-execution-api branch from d368a87 to 2ef2852 Compare July 6, 2022 10:49
@OrKoN OrKoN force-pushed the expose-granular-step-execution-api branch 6 times, most recently from 9f1734b to 213f36f Compare October 25, 2022 06:01
BREAKING CHANGE: the user flow parameter in the runner extensions is now optional
@OrKoN OrKoN force-pushed the expose-granular-step-execution-api branch from 213f36f to 2caa8b6 Compare October 25, 2022 06:01
@OrKoN OrKoN enabled auto-merge (squash) October 25, 2022 06:02
@OrKoN OrKoN disabled auto-merge October 25, 2022 06:02
@OrKoN OrKoN enabled auto-merge (squash) October 25, 2022 06:02
@OrKoN OrKoN merged commit 4ef380d into main Oct 25, 2022
@OrKoN OrKoN deleted the expose-granular-step-execution-api branch October 25, 2022 06:08
Copy link

@Diyar0173 Diyar0173 left a comment

Choose a reason for hiding this comment

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

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.

3 participants