Automation test of Angular app hosted under CefSharp browser in WPF by using Cypress #22618
Unanswered
phaterster
asked this question in
Questions and Help
Replies: 1 comment
-
@phaterster , any update of this question? my cefsharp also not work with cypress now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We have a WPF application that uses cefsharp browser to host web site (Angular) - in other words - hybrid application.
We're interested to run an automation test in Cypress. Before we had implemented testing this using protractor and it was working well by adding in the protractor configurator: 'chromeOptions': { 'debuggerAddress': "127.0.0.1:8088" } and setting the appropriate baseUrl.
My question is it possible to test this in a similar way to protractor but using Cypress?
Beta Was this translation helpful? Give feedback.
All reactions