-
Notifications
You must be signed in to change notification settings - Fork 131
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
Test description updates in UI are not persisted #3888
Labels
Comments
@gberche-orange yes, we don't have this field. should we add it @aabedraba @TheBrunoLopes |
@gberche-orange thanks for the bug report! @vsukhin we should definitely add! |
@vsukhin any update on this one? |
Low priority for now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
Seems that the Test description feature is not currently implemented in the backend, and therefore dashboard requests to update it are noop
To Reproduce
Steps to reproduce the behavior:
Update the description for a test
Reload the page: no description is displayed
The API request sets
executionRequest.description
in the REST API, but this field is not available in the swager schema associated to create request https://docs.testkube.io/openapi/#tag/api/operation/createTestAlso no
description
field in the CRD https://github.com/kubeshop/helm-charts/blob/main/charts/testkube-operator/templates/tests.testkube.io_tests.yaml#L445-L445Expected behavior
Ability to set and display test descriptions
Version / Cluster
The text was updated successfully, but these errors were encountered: