cypress-io / cypress-documentation

Cypress Documentation for the Cypress App, API, Cypress Cloud, UI Coverage and Cypress Accessibility.
https://docs.cypress.io
MIT License
955 stars 1.05k forks source link

Create FAQ for load testing with Cypress #3292

Open CypressCecelia opened 4 years ago

CypressCecelia commented 4 years ago

I'm submitting a...

[ ] Bug report
[X] Content update
[ ] Process update (build, deployment, ... )

Type of bug / changes

Cypress in its current form is not suitable for load testing.

For load testing backend APIs, we've recommended things like Artillery.io.

You still run big loops in Cypress, but you’ll probably run out of browser memory.

Also nothing stopping you from bringing up multiple machines running Cypress testing the same systems simultaneously.

With all that said, we don’t recommend any of these, and they should used tool that is dedicated for load testing.

acomito commented 1 year ago

This would be a 🔥 feature