Currently, the test runs sequentially: 1. Navigate to test URL 2. Take a screenshot 3. Compare the test and reference screenshots If we used a [simple actor system](https://gist.github.com/viktorklang/2362563), we could do `#3` in separate actor. Down the line we could parallelize it even more: - Pre-fetch URLs to warm up the OS cache - Open more than one window in the browser, so that navigation to different test URLS could be done in parallel.