CEP-Resources icon indicating copy to clipboard operation
CEP-Resources copied to clipboard

Test Automation

Open codemilli opened this issue 5 years ago • 5 comments

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?

codemilli avatar Nov 09 '20 08:11 codemilli

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.

noamraby-ssky avatar Nov 09 '20 08:11 noamraby-ssky

I want to setup test automation for CEP too any setup update?

SahanaBalakrishna avatar Aug 25 '21 05:08 SahanaBalakrishna

@SahanaBalakrishna Please explain a complete scenario you would want to automate, I can then add inputs to it.

snehi-adobe avatar Aug 25 '21 07:08 snehi-adobe

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?

SahanaBalakrishna avatar Aug 25 '21 09:08 SahanaBalakrishna