Posts tagged with test

Nifty bash alias to launch BrowserStack tunnel

A smart shortcut for launching BrowserStack to test local sites.

Ranking Top 10 User Session Replay Tools

My conclusion on which session replay tool you should use when recording and watching user actions and mouse movements on your site, is simply one that is easy to integrate and really accurate.

Mock window.location in Jest

Overriding the `window.location` object in Jest is not as straight forward as you might think. Here's how to do it without side effects between tests.