Question
selenium integration with Pega deployment manager
Hello,
Environment : Pega 8.3, Deployment manager 4.7, Jenkins 2.222.4
I'm currently working on automating deployment and have testing done as part of deployment.
I'm confused on configuring environment, could you please suggest what is best approach to integrate.
Approach 1)setup to integrate testing with deployment manager. I chose to integrate jenkins and have jenkins run the job .
Approach 2) I see that we can also use pega unit case and provide standalone server details for details. Thanks,
Anil
For running external selenium webdriver based tests, creating a Jenkins job and have it triggered from the deployment manager is the way to go.
For running pega units you can run them directly from deployment manager using the run pega units task. If you are referring to scenario tests, they can be run using Run Scenario tests task and by configuring standalone selenium server or using one of the supported third party vendors for browser based testing.