Hi,
I am evaluating Cypress as an alternate to Selenium, or Playwright. Most examples i see use Cypress as a Testing framework for testing a local application, and not something similar to Selenium, where all URLs are in a remote domain. Is Cypress meant to be a replacement for Selenium, or is only to be used as an Integration Testing Framework, where the target application must be available locally, and Cypress Tests The ( let's say ) React Internals, and not much suited for Functional Testing of WebApplication or WebSites?