4.10.0
Released Released on July 6, 2020
Features:
You can open a
before,beforeEach,after, andafterEachhook definition in your IDE from the Test Runner's Command Log by clicking the Open in IDE button. Addresses #7793.before,beforeEach,after, andafterEachhook definitions now display separately in the Test Runner's Command Log when defined in separate hook definitions. Addresses #7779.You can now open a spec file directly from the Tests tab in the Test Runner by clicking the Open in IDE button. Addresses #7713
Bugfixes:
HTTP requests taking longer than the default
responseTimeoutwill no longer be prematurely canceled by the Cypress proxy layer. Fixes #6426.Using Cypress commands to traverse the DOM on an application with a global
parentvariable will no longer throw Illegal Invocation errors. Fixes #6412.When
experimentalShadowDomSupportis enabled, using .type() on an input in the Shadow DOM will not result in an error. Fixes #7741.When
experimentalShadowDomSupportis enabled, checking for visibility on a shadow dom host element will no longer hang if the host element was the foremost element and had an ancestor with fixed position. Fixes #7893.Debug logs from the
@benmalka/foxdrivermodule will no longer appear if anyDEBUGenvironment variable was set. Fixed #7723.
Misc:
Dependency Updates:
Upgraded
recastfrom0.18.8to0.19.1. Addressed in #7898.