TestCafe v1.8.0 Released

In this release, we have added support for the new Chromium-based Microsoft Edge.

🌟 Support for the New Microsoft Edge

TestCafe v1.8.0 supports the new Microsoft Edge based on Chromium. The new Edge is available under the same alias: edge.

testcafe edge test.js
await runner
    .src('test.js')
    .browsers('edge')
    .run();

Supported Edge's features include headless mode, mobile device emulation, and video recording.

Bug Fixes