TestCafe v0.17.1 Release Notes

  • ๐Ÿ› Bug Fixes

    • โœ… The hover action no longer fails for elements that hide on mouseover (#1679)
    • ๐Ÿ“š SelectText and SelectTextAreaContent TypeScript definitions match the documentation (#1697)
    • ๐Ÿ TestCafe finds browsers installed for the current user on Windows (#1688)
    • โœ… TestCafe can resize MS Edge 15 window (#1517)
    • โœ… Google Chrome Canary has a dedicated chrome-canary alias (#1711)
    • ๐Ÿ Test no longer hangs when takeScreenshot is called in headless Chrome Canary on Windows (#1685)
    • โœ… Tests fail if the uncaughtRejection exception is raised (#1473)
    • ๐ŸŽ TypeScript tests run on macOS with no errors (#1696)
    • โœ… The test duration is reported accurately (#1674)
    • โœ… XHR requests with an overridden setRequestHeader function returned by the XhrSandbox.openNativeXhr method are now handled properly (testcafe-hammerhead/#1252)
    • โœ… HTML in an overridden document.write function is now processed correctly (testcafe-hammerhead/#1218)
    • โœ… Object.assign is overridden (testcafe-hammerhead/#1208)
    • โœ… Scripts with async functions are processed correctly (testcafe-hammerhead/#1260)