Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov authored Oct 14, 2022
1 parent b74f1d6 commit 2361f3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Tested with `cy.get`, `cy.contains`, `cy.find`, `.then`, `.within` commands in C
- 📺 [Confirm Cypress Command Execution Order Using Sinon.js Spies](https://youtu.be/RTzJu44yAc8)
- 🎓 Covered in my [Cypress Plugins course](https://cypress.tips/courses/cypress-plugins)

## ⚠️ Warning

In general, Cypress team considers [conditional testing an anti-pattern](https://on.cypress.io/conditional-testing). Thus `cypress-if` should be used only if the test really cannot deterministically execute its steps.

## Install

Add this package as a dev dependency
Expand Down

0 comments on commit 2361f3f

Please sign in to comment.