v1.8.6 (2020-6-1)
Bug Fixes
- Added TypeScript definitions for the
RequestMock.onRequestToandRequestMock.respondmethods (#5108) - Added a TypeScript definition for the client script's
moduleoption (#5071) - TestCafe can now run
.jsxand.tsxfiles with test code (#4817) - Firefox now uses the system certificate storage by default on Windows (PR#5077) by @rybesh
- Fixed an error that occurred in PowerShell Strict Mode (#4665)
- Fixed a bug that prevented tested pages from changing their title (testcafe-hammerhead/#2328)
- Fixed an
Invalid Calling Objecterror in IE11 (testcafe-hammerhead/#2236) - Fixed an error (
Cannot read property 'on' of undefined) that occurred when testing iframes (testcafe-hammerhead/#2326) - Fixed a bug when
MutationObserver.prevSiblingandMutationObserver.nextSiblingreturned wrong values (testcafe-hammerhead/#2321) - Fixed a page render error that occurred when using ES6
Proxy(testcafe-hammerhead/#2056) - Fixed the
ERR_HTTP_HEADERS_SENTerror (testcafe-hammerhead/#2317) - Fixed a
QuotaExceedErrorerror occurred when theLocalStorageAPI was used (testcafe-hammerhead/#1454)