-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Extract automation step definitions out into shared-core. #15383
Extract automation step definitions out into shared-core. #15383
Conversation
QA Wolf here! As you write new code it's important that your test coverage is keeping up. |
stepId: AutomationActionStepId.EXECUTE_BASH, | ||
inputs: {}, | ||
schema: { | ||
inputs: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would not be enough moving inputs and outputs? Will we be using anything else in the frontend?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @deanhannigan, I believe the big win from this would be testing.
…ll-automation-definitions-into-shared-core
…f github.com:budibase/budibase into pro-279-pull-automation-definitions-into-shared-core
Description
This is so that we can make use of them in the frontend to generate data in tests.
Addresses