cypress-io / cypress

Fast, easy and reliable testing for anything that runs in a browser.
https://cypress.io
MIT License
46.8k stars 3.17k forks source link

Replace `@cypress/request` #29775

Open MikeMcC399 opened 3 months ago

MikeMcC399 commented 3 months ago

What would you like?

Replace the use of @cypress/request in Cypress.

Why is this needed?

Other

Related issues

jennifer-shehane commented 3 months ago

From previous investigations, the plan was to replace it with got.

MikeMcC399 commented 3 months ago

@jennifer-shehane

There was a comment last year which mentioned using fetch. Also I notice that ky is mentioned as a replacement. I can't personally say what the best choice would be though.

jennifer-shehane commented 3 months ago

Yah, part of the work was evaluating which would be the most appropriate replacement.