Oleg Sucharevich
Oleg Sucharevich
**Feature Request** Looking on [ListInstalled](https://github.com/komodorio/helm-dashboard/blob/main/pkg/dashboard/subproc/data.go#L99) ,it seems that `pending` and `superseded` releases are not shown and there is no way to opt-in this.
It would be great also to be able to test the release from the UI instead of running the `helm test ...` command
This proof of concept is to validate that component testing can be achieved and to summarise what are the changes that should be done todo so. The motivation and more...