TestCafe v1.15.3 Release Notes

Release Date: 2021-08-19 // over 2 years ago
  • ๐Ÿ› Bug Fixes

    • โœ… TestCafe throws an error if you use the 'all' alias in the command line to run tests in all installed browsers (#6456).
    • ๐Ÿ”ง TestCafe does not check if the configuration file exists (#6337).
    • โœ… TestCafe cannot disable HTTP/2 to avoid compatibility issues (testcafe-hammerhead/#2681).
    • โœ… TestCafe works incorrectly if you use extended Function objects (testcafe-hammerhead/#2439).
    • โœ… TestCafe processes a test application incorrectly if it uses the Immutable.js library (testcafe-hammerhead/#2669).
    • โœ… TestCafe adds an element incorrectly into a nested body element (PR testcafe-hammerhead/#2682).