TestCafe v1.8.6 Release Notes

Release Date: 2020-06-01 // almost 4 years ago
  • v1.8.6 (2020-6-1)

    ๐Ÿ› Bug Fixes

    • โž• Added TypeScript definitions for the RequestMock.onRequestTo and RequestMock.respond methods (#5108)
    • โž• Added a TypeScript definition for the client script's module option (#5071)
    • โœ… TestCafe can now run .jsx and .tsx files 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 Object error 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.prevSibling and MutationObserver.nextSibling returned wrong values (testcafe-hammerhead/#2321)
    • ๐Ÿ›  Fixed a page render error that occurred when using ES6 Proxy (testcafe-hammerhead/#2056)
    • Fixed the ERR_HTTP_HEADERS_SENT error (testcafe-hammerhead/#2317)
    • ๐Ÿ›  Fixed a QuotaExceedError error occurred when the LocalStorage API was used (testcafe-hammerhead/#1454)