TestCafe Studio Releases

Released: Mar 13, 2024

Updates in 2.0.0

Funktionen

  • TestCafe Version Update - Updated the version of the TestCafe framework to v3.5.0.
  • Electron Version Update - TestCafe Studio is now built with Electron v24.8.8.
  • Native Automation - Now includes a new automation engine. You can now automate Chromium-based browsers, such as Google Chrome and Microsoft Edge, with the native Chrome DevTools Protocol. Native automation increases test stability and speed.

Released: Jun 5, 2023

Updates in 1.8.3

Funktionen

  • Electron Version Update - With this release, TestCafe Studio is now built with Electron 23.1.1.
  • TestCafe Version Update - Updated the version of the TestCafe framework - TestCafe v2.6.2 .

Fehlerkorrekturen

  • The TestCafe proxy incorrectly processes private class properties in client-side scripts, which leads to page load failure.
  • TestCafe Studio cannot record tests in Chrome on macOS Ventura.

Released: Jan 4, 2023

Updates in 1.8.2

Funktionen

  • TestCafe Version Update - This release includes the latest version of the TestCafe framework - TestCafe v2.1.0 . The v2.1 update improves the framework’s handling of invisible and overlapped elements.
  • Recorder-specific timeouts - TestCafe Studio users can now adjust event timeouts for the test recorder. When you record new actions into an existing test, TestCafe Studio first replays the test’s existing actions. Test recorder timeouts affect the playback of these actions...

Released: Sep 20, 2022

Updates in 1.8.1

Funktionen

  • 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...

Released: Jun 14, 2022

Updates in 1.8.0

Funktionen

  • TypeScript Code Examples - All fresh installations of TestCafe Studio now include TypeScript code examples. If you didn’t install TestCafe Studio 1.8 from scratch, delete the code examples folder and restart to update the folder.
  • TestCafe Version Update - This release includes the latest version of the TestCafe Framework - TestCafe v1.19.0. Test script users can take advantage of three major new capabilities: a cookie management API, suite-wide test hooks, and global request hooks...

Released: Jan 20, 2022

Updates in 1.7.0

Funktionen

  • Electron Version Update - TestCafe Studio v1.7 is built with Electron 13.5.2.
  • TestCafe Browser Tools for Apple Mac Update - The TestCafe Browser Tools package is a communication layer that automates browsers on behalf of TestCafe. TestCafe Browser Tools require special privileges to automate browsers and take screenshots. Security improvements in recent versions of Apple macOS made these privileges harder to obtain. Previous versions of TestCafe Studio included their own TestCafe...

Released: Oct 6, 2021

Updates in 1.6.0

Funktionen

  • TestCafe Studio v1.6 includes the latest version of the TestCafe framework - 1.16.1.
  • Added new cross-platform font - The TestCafe Studio UI no longer makes use of system fonts. Instead, the application includes a copy of Inter font to ensure a more consistent appearance across platforms.
  • Added new configuration options:
    • The Timeouts section of the Run configuration dialog now includes the following timeouts:
      • ajaxRequestTimeout.
      • pageRequestTimeout.
      • browserInitTimeout.
    • The Settings...

Released: Aug 26, 2021

Updates in 1.5.1

Funktionen

  • Design Improvements:
    • Drop-down Menu Redesign - Drop-down menus now have a cleaner, more modern look.
    • Report View Improvements - Changed the visual appearance of the call stack. Added new formatting which makes the call stack easier to read and navigate.
  • TestCafe version update:
    • This release includes the latest version of the TestCafe framework - TestCafe v1.15.3.

Fehlerkorrekturen

  • TestCafe Studio exports all screenshots from the default screenshot folder instead of a particular...

Released: Aug 9, 2021

Updates in 1.5.0

Funktionen

  • Test script recorder
    • TestCafe Studio can now record test scripts - The new update makes it just as easy to record test scripts as it was to record codeless tests. That way, power users can create more tests (extend end-to-end test coverage) faster than before.
  • New license confirmation algorithm - Added a faster algorithm for license confirmation. Because of this change, you may need to re-authorize your copy of TestCafe Studio after you update to v1.5.
  • Design improvements:
    • Dark theme...

Released: Apr 26, 2021

Updates in 1.4.2

Funktionen

  • Updated TestCafe test runner to v1.14.0.

Fehlerkorrekturen

  • TestCafe Studio no longer fails to call the hover action over radio elements.