FAQ

Common questions answered

Does TestCafe require browser plugins or WebDriver?

No, TestCafe does not require any browser plugins or WebDriver. It uses a proxy approach to inject scripts into the browser, simplifying setup and reducing maintenance.

Can I run TestCafe tests on mobile devices?

Yes, TestCafe supports running tests on mobile browsers as long as they support JavaScript. However, it does not support native mobile app testing.

Is TestCafe free to use?

Yes, TestCafe is an open-source tool available for free under the MIT license, allowing full access to its features without cost.

What languages can I write TestCafe tests in?

TestCafe tests are written in JavaScript or TypeScript, enabling developers to use modern language features and tooling.