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
The URL exclude list is ignored if the include list is set.
E.g. when including a domain, but exluding a specific sub domain, the test can access the excluded sub domain without throwing an error.
Actual Behaviour
Excluded URL don't throw an error when the test reaches one of them.
Expected Behaviour
When both lists are defined and an excluded URL is opend the test should still fail immediately.
Steps to reproduce
define an include and exclude list in the config like:
Quick Description
The URL exclude list is ignored if the include list is set.
E.g. when including a domain, but exluding a specific sub domain, the test can access the excluded sub domain without throwing an error.
Actual Behaviour
Excluded URL don't throw an error when the test reaches one of them.
Expected Behaviour
When both lists are defined and an excluded URL is opend the test should still fail immediately.
Steps to reproduce
The text was updated successfully, but these errors were encountered: