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
We sometimes need to duplicate tests in order to run the same test against multiple URIs (especially in rule exclusion tests). It would be great if we could simply specify a list of URIs and reuse the test data for each of them. I think we could add a new field called uris that takes a list, so we'd have both uri (single URI, backwards compatibility) and uris (multiple URIs).
The text was updated successfully, but these errors were encountered:
We sometimes need to duplicate tests in order to run the same test against multiple URIs (especially in rule exclusion tests). It would be great if we could simply specify a list of URIs and reuse the test data for each of them. I think we could add a new field called
uris
that takes a list, so we'd have bothuri
(single URI, backwards compatibility) anduris
(multiple URIs).The text was updated successfully, but these errors were encountered: