You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Direct download is not compatible with Cypress Cloud which is a major focus for the Cypress organization.
Judging by lack of issue reports in GitHub and in Discord, "Direct download" is not commonly used.
In order to install and run an application, users will generally already have Node.js and a package manager installed. There may be no requirement in practice to be able to run Cypress standalone, without Node.js and a package manager.
The section takes up real estate on the "Install Cypress" page and diverts attention from core steps that belong to "Getting Started".
When the Cypress binary is run directly, it outputs a warning which links back to the page where "Direct download" is described, so the instructions for "Direct download" (if retained) should not be on the same page as the instructions for regular installation via a package manager, otherwise this is a confusing circular reference:
It looks like you are running the Cypress binary directly.
This is not the recommended approach, and Cypress may not work correctly.
Please install the cypress NPM package and follow the instructions here:
The recommendation to install Cypress with npm does not consider other supported package managers - Yarn and pnpm. If the article is retained and moved, this statement should be generalized.
Placing the recommendation to install Cypress with npm inside the "Direct download" section is confusing because it is actually recommended not to use direct download.
There is no description that running Cypress this way opens Cypress in global mode, or what other functionality is affected (in addition to missing Cypress Cloud), like missing CLI commands:
Then you can manually unzip and double click. Cypress will run without needing to install any dependencies.
I think we will leave these instructions since we still continue to support this in our product. The usage is pretty low, as we can see percentage downloads hitting those URLs vs npm - I haven't looked in a long time. At the last time I looked it was like > 5% downloads?
I do agree that this is not the primary way we would recommend installing Cypress
If I understood you correctly, you want to keep the section "Direct download" on the "Getting started" page and not have it be moved to "Advanced Installation".
Description
What would you like?
Why is this needed?
Other
If the section Get Started > Install Cypress > Direct download is not removed and instead moved to References > Advanced Installation, then it would need rewording.
The text was updated successfully, but these errors were encountered: