I am trying to run tests on a realm that requires basic auth. I see it sort of explained here: #305 however, this does cause issues when trying certain assertions like "I.seeCurrentUrlEquals" and trying to use the relative path as it will not contain the basic auth credentials. Is there any other way to configure basic auth?
I am trying to run tests on a realm that requires basic auth. I see it sort of explained here: #305 however, this does cause issues when trying certain assertions like "I.seeCurrentUrlEquals" and trying to use the relative path as it will not contain the basic auth credentials. Is there any other way to configure basic auth?