Tag: httpwebresponse
-
Cypress stub ‘ECONNREFUSED 127.0.0.1:3000’ error
0 I have a website that sends queries to the server using ‘Apollo graphql client’. I have set up an interface that will be displayed when this website cannot connect to the server, i.e. when it gets an error ‘Error: connect ECONNREFUSED’. I can test this manually by shutting down the server. I want to…