Adobe-CEP / Samples

Code samples for CEP extensions
MIT License
972 stars 551 forks source link

Is there a way to end-to-end test the CEP w/ Typescript? #123

Open sleyaronp opened 4 years ago

sleyaronp commented 4 years ago

End-to-end test with CEP

Hi, we're building the CEP in Illustrator with React and TypeScript.

Is there a way to end-to-end test the extension function? I've done some research, Cypress seems to be a popular end-to-end test runner in React, but seems like it only supports web application on browsers.

Does anyone know if there's a good library/framework to end-to-end test the CEP extension?

Thanks in advance!

Versions