Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* guides: add Proxy Configuration to Configuration * guides: indicate that localhost must be re-added to NO_PROXY * more in-depth, moved to its own page * Minor updates @flotwig - When link to a header within the same doc, use `urlhash` instead of `url`. - When linking to other doc pages, only reference the final document name, so instead of `guides/references/configuration`, just put `configuration` * Add autogenerated changelog * Write more human readable changeglog * Add newly closed issue to changelog * Add new accessibility feature to changelog * removed docs link feature - after further review I realize this was not part of PR * guides: add details on environment variables in proxy configuration (#1545) * guides: add details on environment variables in proxy configuration * Mostly restructured the content - Have main section be ‘View, unset, and set env vars’ - with OSes as sub sections - Only have 1 line per command line (since our styling doesn’t really accomodate more than 1 line :( - Remove comments from command line - we want users to be able to copy/pasta as much as possible and comments in the command line are inavlid. - Add h3 headers for easier linking to sub-sub-sections Co-authored-by: Jennifer Shehane <jennifer@cypress.io> * Indicate that CLI does not look at system-wide Windows proxy settings (#1561) * Add the documentation for the insert, page up and page down keys. * guides: update installing-cypress with new download URLs * Added link to changelog at mention of Cypress 3.3.0 * Add history for type to indicate special chars added in 3.3.0 * Remove notice about Windows only supporting 32bit binaries * Add newly merged issues to changelog * Add new issues to 3.3.0 changelog * Add newly merged PR to changelog * Fix typo 'not' to 'now' 😝 * Add addressed issue to changelog that was not logged * Add new issues to 3.3.0 that are solved by Electron upgrade * Add commit info dep update to changelog * document new focus assertion (#1372) * Revert "clarify effect of should command on implicit DOM assertions (#1289)" This reverts commit 7d2f44d. * add docs for focus assertion * Revert "Revert "clarify effect of should command on implicit DOM assertions (#1289)"" This reverts commit 296da56. * add doc changes for its/invoke (#1644) * add doc changes for its/invoke * Add 'express-handlebars' to updated deps * remove redundant explanation that function is function * formatting + *** -> ### Co-authored-by: Jennifer Shehane <jennifer@cypress.io> * Add find-process dep update to changelog * Add new 'focus' feature + recent doc changes * Document retryOnStatusCodeFailure, retryOnNetworkFailure * Added newly closed issues to 3.3.0 changelog * Add more closed issues to 3.3.0 changelog * add new issue + fix broken links * Add new prs + deps to 3.3.0 * Remove outdated Windows support info (#1680) * Add cypress-log-to-output to plugins (#1670) * Add cypress-log-to-output to plugins * note that only chrome is supported * fix(deps): Update dependency hexo-filter-cleanup to version 1.2.2 🌟 (#1667) * Update dependency hexo-filter-cleanup to v1.1.0 * fix(deps): update hexo-filter-cleanup to 1.2.1 🌟 * add logo@2x to not have cache added to logo * formatting * bump hexo-filter-cleanup + fix issue where hexo-renderer-scss git repo was not resolving * package-lock * fix(deps): Update hexo-filter-cleanup to 1.2.2 🌟 * remove output config + update to 1.2.2 of hfc Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Gleb Bahmutov <gleb.bahmutov@gmail.com> Co-authored-by: Jennifer Shehane <jennifer@cypress.io> * Change download link to use HTTPS (#1674) The download link was HTTP and the HSTS configuration for domain cypress.io doesn't include subdomains, so directing to http for download would allow a network attacker to redirect to an infected copy or other malware. * chore(deps): update dependency fs-extra to version 8.0.0 🌟 (#1673) Co-authored-by: Renovate Bot <bot@renovateapp.com> * chore(deps): update dependency snap-shot-it to version 7.4.4 🌟 (#1666) Co-authored-by: Renovate Bot <bot@renovateapp.com> * Improved phrasing and fixed typo (#1665) * Improved phrasing and fixed typo * Update installing-cypress.md * chore(deps): update dependency fs-extra to version 8.0.1 🌟 (#1678) chore(deps): update dependency fs-extra to version 8.0.1 🌟 Co-authored-by: Renovate Bot <bot@renovateapp.com> * chore(deps): update dependency @types/jest to version 24.0.13 🌟 (#1677) Co-authored-by: Renovate Bot <bot@renovateapp.com> * fix(deps): update dependency docsearch.js to version 2.6.3 🌟 (#1679) Co-authored-by: Renovate Bot <bot@renovateapp.com> * Remove outdated Windows support info * Add history note for request and visit * add newly closed issues to Changelog * Add url for isCy to changelog * Add new retry behavior to changelog * bump pluralize version in changelog * add DISPLAY issue to the 3.3.0 changelog * Add new dep changes to 3.3.0 + fix broken issue link * Fix incorrect issue tags * Add back missing 3.3.0 docs 😑 * Fix missing file definitions
- Loading branch information