UNPKG

cypress-example-kitchensink

Version:

This is an example app used to showcase Cypress.io testing. For a full reference of our documentation, go to docs.cypress.io

17 lines (16 loc) 464 B
// *********************************************** // This example defaults.js shows you how to // customize the internal behavior of Cypress. // // The defaults.js file is a great place to // override defaults used throughout all tests. // // *********************************************** // // Cypress.Server.defaults({ // delay: 500, // whitelist: function(xhr){} // }) // Cypress.Cookies.defaults({ // whitelist: ["session_id", "remember_token"] // })