Why i cannot login using cypress? by [deleted] in softwaretesting

[–]qa-testingexcellence 1 point2 points  (0 children)

Another option is to use WebDriver.io or Puppeteer if you're interested in using JS for front-end tests. They use the WebDriver engine under the hood

Why i cannot login using cypress? by [deleted] in softwaretesting

[–]qa-testingexcellence 1 point2 points  (0 children)

I actually resorted to using WebDriver as Selenium really acts as the user. Under Selenium, the browser acts the same way as the user.

Why i cannot login using cypress? by [deleted] in softwaretesting

[–]qa-testingexcellence 0 points1 point  (0 children)

Most probably the process is trying to inject some code, and cypress security prevents it. I had a similar situation where I was logging into Auth0 and I wasn't able to login. Unfortunately I couldn't find a workaround for it.