Code section for steps #1152
Labels
api
api, calls, limits
enhancement
new feature request, improvement, enhancement
priority medium
steps
steps database related functionality
Milestone
I would like to have a 1:1 between a step and a piece code that executes that step. This way steps become reusable in code as well and users can build new automated tests by just selecting steps.
When a test is returned via API, it will be returned as a list of all the steps which compose it and their code. Then I'll simply concatenate the chunks of code and obtain a fully executable test.
For this I would need a new UI code section for each step, and the API should return the code together with the step.
If not clear I will add more context.
The text was updated successfully, but these errors were encountered: