upgundecha / cypress-playground

Cypress.io Examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cypress-examples Build Status

Cypress.io Examples

Assertions

  • .should('exist')
  • .should('not.exist')
  • .should('visible')
  • .should('not.be.visible')
  • .should('have.class', 'list-item-selected')
  • .should('have.css)', 'background-color', 'blue')
  • .should('contain')
  • .should('not.contain')

Debug Script

  • .debug();

About

Cypress.io Examples


Languages

Language:JavaScript 100.0%