Page 1 of 1

Integrate Ranorex with cypress

Posted: Wed Jan 27, 2021 11:01 am
by Klisthenis
Hello,
i was wondering if there is a way to invoke cypress tests from Ranorex and then parse the results on the Ranorex report.
Has anyone done something similar?

Re: Integrate Ranorex with cypress

Posted: Thu May 06, 2021 7:14 am
by odklizec
Hi,

I'm afraid, there is no official integration with Cypress tool. And honestly, I don't even remember any discussion about Cypress tool? If there is a Cypress API, it may be somehow possible to start the Cypress tests from Ranorex, because Ranorex output is basically a Windows executable. You will "just" have to find a way to start Cypress tests from C#? And of course, parsing Cypress reports will be another huge challenge.

I personally think that it does not make sense put such effort into integrating these two completely different tools. It's better to use each tool for what it does best and keep the scenarios separate.