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

Code section for steps #1152

Open
alecalma opened this issue Oct 29, 2024 · 1 comment
Open

Code section for steps #1152

alecalma opened this issue Oct 29, 2024 · 1 comment
Assignees
Labels
api api, calls, limits enhancement new feature request, improvement, enhancement priority medium steps steps database related functionality
Milestone

Comments

@alecalma
Copy link

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.

@alecalma alecalma added the enhancement new feature request, improvement, enhancement label Oct 29, 2024
@poliarush poliarush added steps steps database related functionality api api, calls, limits priority medium labels Nov 8, 2024
@poliarush
Copy link
Collaborator

we can add source code for step and build code template from steps' source code, i think it can be accepted from this context

@poliarush poliarush added this to the 0.5.39 milestone Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api api, calls, limits enhancement new feature request, improvement, enhancement priority medium steps steps database related functionality
Projects
None yet
Development

No branches or pull requests

3 participants