Hello,
We have a visual regression system that takes snapshots of a set of pages and compares them to baselines.
We have constant false positive failures due to the different campaigns and A/B testing we're doing.
We have a need to be able to exclude our visual regression test (running PhantomJS) from all campaigns--basically ALWAYS default, regardless of the campaign, without having to update our test script, as this would require constant updates. (we run a lot of tests).
Is this possible? Is there a query string for debugging, e.g ?target=off or something of that nature?
Thanks,
will