Consider running browser tests against FetchRequest
in addition to XHRRequest
#1772
Labels
testing
Includes all kinds of automated tests, the way that we run them and the infrastructure around them.
We do not currently exercise our
FetchRequest
class in the tests; they all use XHR, the only exception being some of the tests for the modular variant the SDK. This might be hiding bugs in theFetchRequest
implementation such as #1771. See if we could run the tests againstFetchRequest
as well as XHR, the same way we exercise all of the different transports in (some) tests.┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered: