-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
document download server's API in installation docs #218
Comments
MarcLoupias
added a commit
to MarcLoupias/cypress-documentation
that referenced
this issue
Nov 4, 2017
closes cypress-io#200, closes cypress-io#218 and closes cypress-io/cypress#866 * npm install section clarification - what is the npm package - best practice highlighted * direct download section precisions - what is exactly downloaded as the user didn't knew it exactly * new CDN Structure section - CDN url pattern - it give to the user enough informations to download Cypress in the wanted version for the wanted platform (could download a linux Cypress version from a windows workstation) - example * Advanced section - warning added about CLI output when running cypress
MarcLoupias
added a commit
to MarcLoupias/cypress-documentation
that referenced
this issue
Nov 4, 2017
closes cypress-io#200, closes cypress-io#218 and closes cypress-io/cypress#866 * npm install section clarification - what is the npm package - best practice highlighted * direct download section precisions - what is exactly downloaded as the user didn't knew it exactly * new CDN Structure section - CDN url pattern - it give to the user enough informations to download Cypress in the wanted version for the wanted platform (could download a linux Cypress version from a windows workstation) - example * Advanced section - warning added about CLI output when running cypress
jennifer-shehane
pushed a commit
that referenced
this issue
Nov 6, 2017
* Installing Cypress guide improvment closes #200, closes #218 and closes cypress-io/cypress#866 * npm install section clarification - what is the npm package - best practice highlighted * direct download section precisions - what is exactly downloaded as the user didn't knew it exactly * new CDN Structure section - CDN url pattern - it give to the user enough informations to download Cypress in the wanted version for the wanted platform (could download a linux Cypress version from a windows workstation) - example * Advanced section - warning added about CLI output when running cypress * updates to new advanced instructions - Some wording changes - Moved CDN section into section called ‘Hosting’ within the Advanced install instructions. - Added the download table (we only want to expose our download.cypress.io endpoint, not the cdn directly) - update platforms to correct os names.
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cypress-io/cypress#866 (comment)
These are all accessed on host:
https://download.cypress.io
Desktop App Routes
You don't need to provide platform as Cypress will automatically figure that out. It also supports an
arch
query param but that's not useful until we build 32 and 64 bit binaries.The text was updated successfully, but these errors were encountered: