Problem : We have set of UI automated tests which I want to trigger on different environment manually from Octopus UI.
Environment : .Net project, TFS integrated with Octopus
Currently, based on each check-in automation tests are triggered in CI environment and later is promoted to Test and Integration. On each environment a different set of automation suites are triggered.
I am looking for a solution, so that I can trigger multiple automation regression suite manually based on requirement of any of the environment (CI, Test and UAT)
Need help / suggestions how I can make this work.
We are following process as mentioned in this thread : Octopus and Continuous Integration - What's the best practice around when a release should be created?