Hi Everyone,
I am new to Selenium UI testing using cloud manager in AEM. We have a new requirement wherein we would like to have the UI testing integrated as part of the cloud manager pipelines during deployment.
I went through the following documentations:
aem-test-samples/ui-selenium-webdriver at aem-cloud · adobe/aem-test-samples · GitHub
But unable to understand how to integrate this with docker since I am unable to start the testing framework after following the above steps.
Is there any video tutorial or samples to help me understand the same and configure.
Can you please share any sample test cases for writing Selenium scripts using locators and testNG ?
Observed that the sample provided in github is limited to only the authoring interface UI.
Share if any use cases where we have used AEM UI tests using Selenium for End sites testing?
Thanks in Advance for your inputs. Appreciate your help.
@arunpatidar @divanshug @EstebanBustamante @Asutosh_Jena_ @HrishikeshKa @MukeshYadav_ @Albin_Issac @pulkitvashisth @kautuk_sahni
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
The current preference is to use Cypress; however, you can still use Selenium if you need or want to. One of the older versions of the AEM archetype used Selenium as the default E2E framework. This is the commit that introduced cypress as the preferred framework: https://github.com/adobe/aem-project-archetype/commit/dd01179483134cae121558ef45e407cc1e2a649c. I would suggest downloading the archetype <=43 and running it locally. This will provide you with a fully working example of Selenium and E2E tests.
Hope this helps!
Hi,
The current preference is to use Cypress; however, you can still use Selenium if you need or want to. One of the older versions of the AEM archetype used Selenium as the default E2E framework. This is the commit that introduced cypress as the preferred framework: https://github.com/adobe/aem-project-archetype/commit/dd01179483134cae121558ef45e407cc1e2a649c. I would suggest downloading the archetype <=43 and running it locally. This will provide you with a fully working example of Selenium and E2E tests.
Hope this helps!
@VidyaGa1 Did you find the suggestion helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!
Views
Replies
Total Likes
Views
Like
Replies
Views
Like
Replies