New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

testcafe

Package Overview
Dependencies
Maintainers
1
Versions
466
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testcafe - npm Package Versions

2345
47

3.7.2

Diff
kirovboris
published 3.7.2 •

Changelog

Source

v3.7.2 (2025-02-18)

Bug Fixes

  • TestCafe incorrectly processes angular functions in proxy mode. (3035)
  • A browser throws a SyntaxError in proxy mode. (8368)
  • Docker Image cannot run test for pages in foreign languages. (8362)
  • [Native Automation] TestCafe does not maximize the window after a resizeMethod call. (8360)
  • lru-cache conflicts with TypeScript's latest types. (3036)
kirovboris
published 3.7.2-rc.1 •
kirovboris
published 3.7.1 •

Changelog

Source

v3.7.1 (2024-12-18)

Bug Fixes

  • The 'click' event is raised when a draggable element was dropped. (8250)
  • Unable to type text in the CodeMirror editor after it was clicked. (8321)
  • Angular functions can work incorrectly in proxy mode. (8221)
kirovboris
published 3.7.1-rc.1 •
kirovboris
published 3.7.0 •

Changelog

Source

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.

meta-readmore

Declare Metadata Interface

Earlier versions of TestCafe supported Metadata as a type. In TestCafe v3.7.0 and higher, you should declare Metadata as an interface.

// testcafe.global.d.ts
declare module "testcafe" {
	global {
		interface Metadata {
			manual?: boolean,
		}
	}
}

New Configuration File Option: esm

Earlier versions of TestCafe supported the ESM Module from the CLI only. In TestCafe v3.7.0 and higher, you can use the esm configuration file option. Note that this option only works with Node.js 18.19-18.xx, and 20.8.0 and up.

Bug Fixes

  • CDP client tab creation causes a WebSocket connection closed error in Chrome v130 (#8286).
  • An unhandled promise rejection occurs while launching sub-windows (#8258).
  • Assertions that perform visibility checks fail despite elements being visible on the page (#8237).
  • The t.getCurrentCDPSession method returns unknown (#8228).
  • [Native Automation] Request hooks are applied to skipped tests (#8229).
  • A WebSocket connection closed error occurs while running TestCafe in Chrome v127. The updated version includes the --disable-search-engine-choice-screen flag (#8240).
  • A leaveElement method call causes an error when the prevElement object is removed from the DOM (#8264).
kirovboris
published 3.7.0-rc.4 •
kirovboris
published 3.7.0-rc.3 •
kirovboris
published 3.7.0-rc.2 •
kirovboris
published 3.7.0-rc.1 •
kirovboris
published 3.6.2 •

Changelog

Source

v3.6.2 (2024-07-02)

Bug Fixes

  • [Native Automation] TestCafe incorrectly uploads files in Chrome v125 and up. (#8198)
  • TestCafe dependencies include the vulnerable endpoint-utils package (#8207). The updated version includes the address package instead.
2345
47