-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Is your feature request related to a problem? Please describe.
This is a follow-up enhancement to this PR. We'll need to totally remove manual intervention of updating the plugin version in the plugin config and allow automatic detection of this.
We also need to provide a way to pass arguments of plugin versions we would like to run tests against. This will take priority over the automated handling of plugin version.
Describe the solution you'd like
To achieve this, we can implement a simple API that we can update any time we do a release, this can be a simple Rest API then we can have a form on the frontend to change the latest release and previous stable.
Then in e2e test, we can make a request to this endpoint and get the versions and use them, this way auto-e2e will always use the correct and latest version and previous stable version.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.