TestCafe Studio 1.8.0

Released: Jun 14, 2022

Updates in 1.8.0

Features

  • 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.
  • Report UI enhancements - The Report view has been redesigned. The new report view header clearly displays the number of tests that passed and failed. Other test metadata, such as browser information and timestamps, has also become easier to read.

Fixes

  • Window management actions yield an error during test recording.
  • Configuration file corruption causes TestCafe Studio to hang.
  • The use of the testcafe-vue-selectors module leads to errors during test recording.
  • The t.scrollIntoView method is incompatible with the DevExtreme Data Grid.
  • The test runner and the test recorder do not inherit runtime environment variables.
  • Attempts to access an unreachable resource (a deleted file or line of code) do not yield an error.