You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm recording against an integrated environment, which results in its URLs getting into the .spec.json
on CI, however, I'm running the tests against a localhost env, so the requests are not matched, because the URLs are different
A simple solution might be to add a config option that would match a base url and substitute it with '**', but maybe someone could point me to another way of making it work?
The text was updated successfully, but these errors were encountered:
The problem that I'm having:
A simple solution might be to add a config option that would match a base url and substitute it with '**', but maybe someone could point me to another way of making it work?
The text was updated successfully, but these errors were encountered: