Hi guys, looking into using Codeception for writing visual regression tests for a Laravel 5.2 site (hence why I couldn't use Laravel Dusk, which is only available on Laravel 5.4+).
I have been writing a few basic front-end integration tests so far, using a Browserstack account to run the tests in the cloud, and have gotten the hang of using different environments etc., but have a use case where for the Laravel 5.2 site, both staging and production servers have been provisioned, and what I would like to do is compare the staging server to the production server to check if the staging server has visually regressed too far from the production server.
Any tips?