-
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
The documentation should indicate where to download a cypress archive and how to download it in a specific version. #200
Comments
I had code snippet in the old version of install doc what showed how to use |
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
Noted in cypress #866:
The documentation should indicate where to download a cypress archive and how to download it in a specific version.
A devops could have to build a CI for projects running a different cypress version then
@latest
.Related to this issue.
The text was updated successfully, but these errors were encountered: