Hi All,
We currently deploy a web Project into multiple target servers, this project has a build pipeline that comes via Bitbucket.
We also have another E2E automation project that has an entirely different codebase.
I want to create a single deploy project which first deploys the web project, then randomly selects one of the target and uses the Codebase of the E2E automation code and runs the automation test on the target.
Till now i have been trying to figure out how to use two different codebases on one project/ release but i have been unsuccessful in trying to find out a way to use two pipelines/codebases
is this possible? is there any alternative way to deploy a code and certify the code using UI automation code ?