Advanced Cypress: custom assertions and tasks
Luca Micieli - 2 years ago
It's easy to mock an API and test the front end, but interacting with the real system makes your tests more reliable, even if it is more difficult to set up. Cypress tasks allow executing code in the Node.js environment and, for example, seed the database or read a file on the system and much more.
Custom assertions allow us to reduce the boilerplate of tests, encapsulating logic, like in custom commands.
You can enhance Chai to define new assertions that can be used in the Cypress should command exploiting TypeScript augmentation to make everything typesafe.
Newest jobs

Solution Architect SAP (m/w/d)
Techniker Krankenkasse
·
2 days ago
Hamburg, Germany
Hybrid

IT Demand & Project Manager
Hubert Burda Media
·
2 days ago
Dresden, Germany
+1
Hybrid

Platform Engineer (m/w/d)
Dirk Rossmann GmbH
·
2 days ago
Burgwedel, Germany
Hybrid

Business Analyst (m/w/d) Workforce Management
Dirk Rossmann GmbH
·
2 days ago
Burgwedel, Germany
Hybrid
Related Videos