You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Feature description
Providing the
SelectedTests
to create a newTestRunExecution
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:
TestRunExecution
plus theSelectedTests
in FrontendTest Cases
No response
Additional Information
This is a spin-off issue from Backend PR#16.
The text was updated successfully, but these errors were encountered: