Currently testing a responsive component or page layout across multiple breakpoints requires a separate headless browser instance.
It might be much more efficient to resize the same browser window instead of spawning a new instance for each test. This would reduce test execution times dramatically.