TestCafe v3.7.0 Released
The TestCafe v3.7.0 update includes the capability to use Metadata
as an interface, esm
configuration file option, and a number of bug fixes.
The TestCafe v3.7.0 update includes the capability to use Metadata
as an interface, esm
configuration file option, and a number of bug fixes.
The TestCafe v3.6.0 update includes the t.getcurrentCDPSession
method, support for Chromium’s new headless mode engine, and a number of bug fixes.
TestCafe v3.5.0 includes multiple enhancements and bug fixes.
t.debug
method to pass Selector queries to the Visual Selector Debugger.TestCafe v3.4.0 introduces relative Role URLs, the ability to disable concurrency on a per-fixture basis, as well as other improvements and bug fixes.
TestCafe v3.3.0 includes important bug fixes and quality of life improvements.
TestCafe v3.2.0 allows you to check whether TestCafe uses native automation to control the browser.
TestCafe v3.1.0 introduces two enhancements:
t.setNativeDialogHandler
method.This major update includes two breaking changes:
Important
Tests that use native automation are subject to additional limitations. Read the Native Automation FAQ for a complete list of limitations and known issues.
Other changes include:
print
dialog with the native dialog handler.TestCafe v2.6.1 retires Experimental Debug mode, and introduces a number of important bug fixes.
TestCafe v2.6.0 introduces two enhancements: a new hook that allows users to modify reporter output, and support for JavaScript configuration files with the .cjs
extension.
TestCafe v2.5.0 introduces three major enhancements:
t.report
method passes custom data to the test reporter.--native-automation
flag enables TestCafe to automate all Chromium-based browsers with the native CDP protocol.--esm
flag allows users to import ESM modules in test files.TestCafe v2.4.0 introduces the Visual Selector Debugger. You can now create and debug Selector queries in the browser window.
TestCafe v2.3.0 introduces create-testcafe
— an interactive tool that allows you to initialize a new TestCafe project in seconds. The update also includes experimental ECMAScript module support and a number of bug fixes.
Important
TestCafe v2.3.0 ends support for Node.js 14 due to a known vulnerability in the babel-plugin-module-resolver
module.
Install an up-to-date version of the Node.js runtime to use TestCafe v2.3.0 and up.
The official maintenance period for Node.js 14 elapses on April 1st, 2023.
TestCafe v2.2.0 introduces user-defined custom actions and an important experimental capability. Google Chrome users can now enable “proxyless mode” to speed up their test suite.
TestCafe 2.0 is the first stable TestCafe update to include breaking changes. TestCafe now supports TypeScript 4.7 out of the box. The TypeScript 3 compiler is no longer bundled with the framework.
The 2.0 release includes another major new capability. You can now ignore JavaScript errors in specific tests, fixtures, or parts of tests. Additionally, you can ignore JavaScript errors that occur on a specific page, yield a specific error message, or have a particular call stack.
TestCafe v1.20.1 includes important bug fixes.
Important
Warning: Impending breaking change. TestCafe v1.20 is the final version of the framework to support TypeScript 3. The next update will abandon TypeScript 3 in favor of TypeScript 4.
TestCafe v1.20.0 includes two major capabilities: an API testing toolkit and the ability to set a global test page URL. Additionally, TestCafe 1.20.0 introduces experimental support for Chrome User Flow Replays, as well as a number of under-the-hood improvements.
TestCafe v1.19.0 introduces three major capabilities: a Cookie Management API, suite-wide test hooks, and suite-wide request hooks.
TestCafe v1.18.0 includes a new experimental Selector debugging capability, important improvements for macOS users and a number of routine bug fixes.
Note
If you run TestCafe on macOS, follow the Upgrade Guide to make sure your upgrade goes smoothly.
TestCafe v1.16.0 introduces important quality of life improvements, minor enhancements, and a bug fix.
.js
file, which makes it much easier to create dynamic configuration files.This version introduces the following new capabilities:
This update includes a bugfix and new API methods for page scrolling.
This release adds support for custom paths to the configuration file, support for Microsoft Edge on Linux systems, and multiple bugfixes.
This version brings the release of multiple browser windows mode, options to configure request timeouts and many bugfixes.
…and the selector API for shadow DOM access, plus multiple bugfixes.
We are happy to announce that multiple window support ships in a beta form with v1.9.0
.
In this release, we have added support for the new Chromium-based Microsoft Edge.
This release introduces access to the browser and platform information from test code.
This release adds support for macOS 10.15 Catalina, introduces full-page screenshots and compound screenshot options.
This release introduces the capability to disable page caching in TestCafe.
This release introduces the capability to inject custom scripts into tested pages.
This release fixes an issue caused by tsconfig.json
auto-detection.
This release introduces support for the custom TypeScript configuration file and includes numerous bugfixes.
This release introduces TypeScript 3.0 support and enhanced TypeScript definitions for client functions.
TestCafe v1.0.0 introduces minor changes to the framework’s behavior and programming interface. This document lists these changes and describes how to migrate to the new version.
TestCafe v1.0.0 is our first major update that includes features like video recording, configuration file, “live mode” for rapid test development and much more.
Use metadata to select and run tests and fixtures, and load tests dynamically.
Stop a test run after the first test fail, view JavaScript errors’ stack trace in test run reports and let TestCafe restart browsers when they stop responding.
Write tests in CoffeeScript, view failed selector methods in test run reports and detect server-side errors and unhandled promise rejections.
Test web pages served over HTTPS, construct screenshot paths with patterns and use more info in custom reporters.
Intercepting HTTP requests, specifying resources accessed by bypassing a proxy server, specifying testing metadata, deprecated passing a regular promise to assertions.
Welcome TestCafe Live, a tool for rapid test development. We have also added a couple of new features like taking screenshots of individual page elements and filtering visible and hidden elements in the selector chain.
With this release, we have prepared a bunch of useful things. We have put finishing touches on Angular selectors to let you address page elements on Angular websites using the component tree. We have also made it possible to output reports to multiple channels (like console + file). Read on to learn about more things we have for you.
This early release supports headless mode in Firefox v56.0 which was launched on September 28th.
With this release, we have prepared a bunch of new features. Two big news are the Electron browser provider and concurrent test execution.
Read on to learn more.
TypeScript support, seamless testing in headless Chrome and device emulator, and numerous bug fixes.
Plugins for React and Vue.js, TestCafe Docker image, support for Internet access proxies and lots of bug fixes.
Authentication via user roles, client-side debugging and numerous bug fixes.
IDE plugins, fixture hooks, speed setting for actions, a couple of API enhancements and lots of bug fixes.
HTTP authentication support, a CI-friendly way to start and stop the tested app and lots of API enhancements.
Redesigned selector system, built-in assertions and lots of bug fixes! 🚀🚀🚀
First of all, we would like to thank everyone who’s reading this for your interest and support for TestCafe. And we especially appreciate those of you who reached us to say thank you, offer help or share feedback. Let’s keep building a better testing framework together!
So, here is our first minor update and that’s what it includes.
We are happy to announce that DevExpress has released the core library of TestCafe – our automated in-browser testing tool – as an open-source framework for node.js. Now everyone in the open-source community can benefit from the technologies we developed for the commercial version.