TestCafe Studio 1.8.1

Released: Sep 20, 2022

Updates in 1.8.1

Features

  • TestCafe Version Update - This release includes the latest version of the TestCafe framework - TestCafe 2.0 . The 2.0 update introduces multiple new capabilities for test script users:
    • The TypeScript 4.7 compiler replaced the TypeScript 3 compiler to mark the first breaking change since the framework’s 1.0 release.
    • You can now ignore JavaScript errors in specific tests, fixtures, or parts of tests.
    • You can now ignore JavaScript errors that occur on a specific page, yield a specific error message, or have a particular call stack.

Fixes

  • Codeless tests that use within and notWithin assertions yield incorrect JavaScript code after conversion.
  • Fixed a bug in the Electron framework causes TestCafe Studio to crash when users attempted to update the application.
  • TestCafe Studio is unable to parse file paths that contain round brackets.