Test Automation
Hello, I wanna setup a test automation for CEP. Not only UI test, but also integrate test between Host Application and UI.
Is there any example or tip about test automation for Host Application features?
If you find a setup please post it here. My team would like to implement full e2e test but we didn't find a decent solution.
The best we came up with is Cypress.io + stubbing window.__adobe_cep__, but that doesn't scale well.
I want to setup test automation for CEP too any setup update?
@SahanaBalakrishna Please explain a complete scenario you would want to automate, I can then add inputs to it.
Would like to automate a Adobe CEP application both UI testing and test the interactions between UI and Adobe Applications which can interact with file store in users machine. Have explored options but looks like the solution isn't direct for these kinda applications. I tried using selenium webdrivers by loading application in browser:
- By loading application's .html file, well that supported only partial UI testing and no interaction with Adobe and
- By loading application in debug mode but there are limitations as the CEP loads as screencast in browser.
Currently exploring Cypress.io as suggested above. Any suggestions on this?