Changelog
v2.1.0 (2022-11-10)
visibility: collapse
attribute.Element.insertAdjacentText
method (#7352).Changelog
v2.0.2 (2022-10-31)
Changelog
v2.0.0 (2022-08-31)
:warning: TestCafe 2.0 includes a breaking change. The framework’s built-in TypeScript compiler has been updated from version 3.9 to version 4.7. The vast majority of TestCafe users should not experience any issues during the upgrade. However, since TypeScript does not follow the semver versioning policy, even minor TypeScript updates contain breaking changes. Some TypeScript users may need to perform additional actions to ensure the compatibility of their test code.
Read the TestCafe 2.0 Migration Guide to learn more.
TestCafe v2.0 introduces new ways to ignore JavaScript errors during test runs.
Two new methods allow you to ignore errors on a per-test or a per-fixture basis.
For each of the methods above, you can define the following options:
Read the Skip JavaScript Errors recipe to learn more.