TestCafe v0.17.2 Release Notes

  • ๐Ÿ› Bug Fixes

    • โœ… Taking a screenshot on teamcity agent works correctly (#1625)
    • ๐Ÿณ It is possible to run tests on remote devices from a docker container (#1728)
    • โœ… TestCafe compiles TypeScript tests correctly if Mocha or Jest typedefs are included in the project (#1537)
    • ๐ŸŽ Running on remote devices works correctly on MacOS (#1732)
    • โœ… A target directory is checked before creating a screenshot (#1551)
    • โœ… TypeScript definitions allow you to send any objects as dependencies for ClientFunctions (#1713)
    • โœ… The second MutationObserver callback argument is not missed (testcafe-hammerhead/#1268)
    • ๐Ÿ”— Link's href property with an unsupported protocol is set correctly (testcafe-hammerhead/#1276)
    • โœ… The document.documentURI property is processed correctly in IE (testcafe-hammerhead/#1270)
    • โœ… JSON.stringify and Object.keys functions work properly for a MessageEvent instance (testcafe-hammerhead/#1277)