Open
Description
We have some scenarios where the expected result is for the user to land on a different host.
E.g. we are developing and testing https://something.example.com and some scenarios end up on https://example.com.
Our scenarios then on fail accessibility tests because of issues on the main site which are not the concern of our team or the codebase we are working on.
This may be a how do I question or a feature request, but we would like to be able to limit the hosts that are accessibility tested with something like this...
https://www.deque.com/axe/core-documentation/api-documentation/#user-content-allowedorigins
Is that possible with the Ruby gem? I so is it documented?, If not, how do we do it?