We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a Script I want to execute a Procedure sequence So I can yield results in a single context
Script
Procedure
GIVEN that a Script is "evaluated" WHEN it is THEN it can be known whether or not it is valid/can be executed
GIVEN that a Script is executed WHEN it is THEN it can be done so in a multi-process environment
releated:
The text was updated successfully, but these errors were encountered:
"Script" seems more descriptive than "Plan". Will change issue title/description.
Sorry, something went wrong.
No branches or pull requests
As a
Script
I want to execute a
Procedure
sequenceSo I can yield results in a single context
GIVEN that a
Script
is "evaluated"WHEN it is
THEN it can be known whether or not it is valid/can be executed
GIVEN that a
Script
is executedWHEN it is
THEN it can be done so in a multi-process environment
releated:
The text was updated successfully, but these errors were encountered: