DEV Community

Discussion on: Do you use Axios or Fetch?

Collapse
 
jonasws profile image
Jonas Strømsodd

If I know I am going to use Cypress, I choose Axios, since spying/asserting on fetch calls is not supported yet, else I usually choose fetch!

Collapse
 
crycetruly profile image
cryce truly

I have faced an issue with fetch and cypress, Am now rewriting my existing code to use Axios.