- Multiple Tabs cannot be opened
- Cannot run same time with different browsers
- Cypress commands runs inside the browser
- No support for native or mobile
- Support javascript only
- Each test is bound to a single superdomIf we attempt to visit two diffrent supper domains in a single test it will fail . But if we visit two subdomains it is works fine
- Ex: cy.visit('www.abc.com')
cy.visit ('www.yahoo.com') - cy.origin()
Cypress Limitations
Subscribe to:
Post Comments (Atom)
-
Hooks in Cypress allow you to run setup and teardown code before and after your tests or test suites. This is useful for tasks like setting ...
-
Alerts, in the context of web development and user interfaces, are pop-up dialog boxes that display important information or notifications...
-
Alert : Display a message to the user with an OK button. The user must click OK to dismiss the alert Here is the way to verify that the al...
No comments:
Post a Comment