lquixada / cross-fetch

Universal WHATWG Fetch API for Node, Browsers and React Native.
MIT License
1.67k stars 104 forks source link

Integrated tests in Suacelabs Failing for some Safari, Firefox versions #55

Closed ananyasen closed 5 years ago

ananyasen commented 5 years ago

Hi there, I am trying to use cross-fetch to replace isomorohic-fetch. We need to support all browsers and IOS/Android through React Native.

Just noticed this. Could you please help.

https://www.npmjs.com/package/cross-fetch#supported-environments

Screen Shot 2019-07-22 at 8 19 24 PM
lquixada commented 5 years ago

hey @ananyasen, unfortunately the cross-browser service has not been much reliable lately. Sometimes the tests gets stuck in these browsers and saucelabs can't report the results. That's intermittent.

As an alternative, you can run the specs manually. Please open the above failing browsers on the url: https://lquixada.github.io/cross-fetch/test/browser/saucelabs/. You'll see every test passing.

ananyasen commented 5 years ago

Awesome thanks @lquixada ! https://lquixada.github.io/cross-fetch/test/browser/saucelabs/ works.