TestCafe v0.18.6 Release Notes

Release Date: 2017-12-28 // over 6 years ago
  • โœจ Enhancements

    โœ… Chrome DevTools are opened in a separate window during test execution (#1964)

    ๐Ÿ› Bug Fixes

    • โœ… In Chrome, disabled showing the 'Save password' prompt after typing text in the password input (#1913)
    • โœ… TestCafe correctly scrolls a page to an element when this page has scrollbars (#1955)
    • ๐Ÿ›  Fixed the 'Cannot redefine property %testCafeCore%' script error (#1996)
    • โœ… TestCafe rounds off dimension values when it calculates scrolling (#2004)
    • โœ… In Chrome, the 'Download multiple files' dialog no longer prevents the test execution process (#2017)
    • โœ… TestCafe closes a connection to the specified resource if the destination server hangs (testcafe-hammerhead/#1384)
    • โœ… Proxying the location's href property works correctly (testcafe-hammerhead/#1362)
    • โœ… The proxy supports https requests for node 8.6 and higher (testcafe-hammerhead/#1401)
    • โž• Added support for pages with the super keyword (testcafe-hammerhead/#1390)
    • โœ… The proxy emulates native browser behavior for non-success status codes (testcafe-hammerhead/#1397)
    • โœ… The proxied ServiceWorker.register method returns a rejected Promise for unsecure URLs (testcafe-hammerhead/#1411)
    • โž• Added support for javascript protocol expressions applied to the location's properties (testcafe-hammerhead/#1274)