Skip to main content

How to Remove Third-Party Resources

Intro

There are plenty of external resources that get loaded onto a page that aren't directly relevant to the functionality you're testing (e.g., Facebook widgets, Analytics, JavaScript snippets, etc.). And these external resources have the potential to negatively impact your test runs due to slow load times.

So how do you protect your tests from these things that are outside of your control?