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

[Feature] Move SelectedTests into TestRunExecutionCreate #100

Closed
antonio-amjr opened this issue Nov 23, 2023 · 1 comment
Closed

[Feature] Move SelectedTests into TestRunExecutionCreate #100

antonio-amjr opened this issue Nov 23, 2023 · 1 comment
Assignees
Labels
Enhancement New feature or request

Comments

@antonio-amjr
Copy link
Contributor

Feature description

Providing the SelectedTests to create a new TestRunExecution is now mandatory.
So would be convenient to include this information to the TestRunExecutionCreate schema, but that would require to also change the TestRunExecution model since the schema is used in the model creation.
This also require to change the way Frontend create JSON Request Data for the endpoint.

Also analyze if this portion of the code crud_test_run_execution.py#L188-L194 could be moved to TestRunner or somewhere else.

Use Cases

[Use Case] Create a TestRunExecution:

  • Create a json including all data to TestRunExecution plus the SelectedTests in Frontend
  • Use the create TestRunExecution endpoint of Backend providing the json data

Test Cases

No response

Additional Information

This is a spin-off issue from Backend PR#16.

@antonio-amjr antonio-amjr added the Enhancement New feature or request label Nov 23, 2023
@antonio-amjr antonio-amjr self-assigned this Nov 23, 2023
rquidute pushed a commit that referenced this issue Sep 23, 2024
* do not pull if image exists

* do not redirect error output
@fabiowmm
Copy link
Contributor

Deprioritized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants