Cypress 9.6.0 introduces cy.origin for testing multi-domain workflows
Cypress introduces cy.origin to switch between multiple superdomains in a single test from UIMeasuring and Optimizing Performance of a Rails application.
A comparative analysis of the performance metrics before and after completing the scale tests.Cypress 9.2.0 introduces a new environment variable 'CYPRESS_VERIFY_TIMEOUT'
Add the 'CYPRESS_VERIFY_TIMEOUT' environment variable to override the timeout duration of the verify command.Cypress 9.2.0 will throw an error when a user attempts to update a read-only config value
Cypress will throw an error when a user attempts to update a read-only configuration value at run-time using either the Test Configuration or using Cypress.config().Scalability Testing using k6
Understanding scalability testing, creating a user profile, and running tests using k6.Cypress 8.7.0 - Adds 'slowTestThreshold' config option.
Adds slowTestThreshold config option to customize slow test threshold.Cypress 8.6.0 - Unselect all selected options with cy.select([])
Cypress introduced the feature to un-select all selected options by passing an empty array.