TestCafe End-to-End Testing with TestCafe: Testing iframes Writing automated tests for websites containing iframes can be tricky. Learn how easy it is to test them with TestCafe.
TestCafe End-to-End Testing with TestCafe: Intercepting HTTP Requests Intercepting HTTP requests lets you take control over what happens during asynchronous calls to other servers. Learn how this is done in TestCafe.
TestCafe End-to-End Testing with TestCafe: Reporters TestCafe comes with a variety of reporters to display your test results in different ways to fit your needs. Check out how to use them with your test suite.
TestCafe End-to-End Testing with TestCafe: Smart Assertion Query Mechanism See how TestCafe intelligently handles asynchronous functionality in websites without explicit waits or timeouts like in other testing frameworks.
TestCafe End-to-End Testing with TestCafe: User Roles Learn about TestCafe's built-in roles mechanism to handle authentication, and how it can help you organize and speed up your end-to-end tests.
TestCafe End-to-End Testing with TestCafe: Hooks We'll dig into TestCafe's hooks and how these methods help further expand your ability to simplify and organize your test suite.