TestCafe v1.9.2 Release Notes

Release Date: 2020-09-03 // over 3 years ago
  • v1.9.2 (2020-9-3)

    🐛 Bug Fixes

    • ✅ TestCafe's TypeScript definitions now allow null as an expected value in assertions (PR #5456)
    • ➕ Added warnings displayed when a user tries to get a snapshot property value and misses await (PR #5383, part of #5087)
    • ✅ Tested app's standard output and error streams are forwarded to the TestCafe's debug log now (#5423)
    • ✅ Tested apps no longer cause buffer overflow errors when they output too much data to standard streams (#2857)
    • ✅ TestCafe now correctly waits for elements on tested pages that mock date functions (#5447)
    • ✅ HTTP header overflow errors now occur less frequently due to the increased maximum header size. Enhanced the error message with troubleshooting instructions (testcafe-hammerhead/#2356)
    • ➕ Added a descriptive message with troubleshooting instructions for the error thrown when the tested web server sends malformed or non-standard headers (testcafe-hammerhead/#2188)
    • 🛠 Fixed a CSRF error on tested pages that use the Request class (testcafe-hammerhead/#2140)
    • 💅 t.hover now works correctly for tested pages built with the Styled Components framework (#3830)
    • 🛠 Fixed script processing that could cause unhandled exceptions on some pages (testcafe-hammerhead/#2417)
    • 🛠 Fixed the 'TypeError: r is not a function' uncaught exception on some pages with an <iframe> (testcafe-hammerhead/#2392)