


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
Views
Replies
Sign in to like this content
Total Likes
OK, I discovered that for at.js the following query string disables mboxes:
?mboxDisable=1
I'll keep looking to see if there's another for the older mbox.js, if anyone knows for sure that there is that would be fantastic. Thanks.
Views
Replies
Sign in to like this content
Total Likes
OK, I discovered that for at.js the following query string disables mboxes:
?mboxDisable=1
I'll keep looking to see if there's another for the older mbox.js, if anyone knows for sure that there is that would be fantastic. Thanks.
Views
Replies
Sign in to like this content
Total Likes