Skip to content
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 new focus assertion #1372

Merged
merged 3 commits into from
May 1, 2019

Conversation

kuceb
Copy link
Contributor

@kuceb kuceb commented Jan 30, 2019

fix #1362

  • take out revert, only add focus docs

@kuceb kuceb changed the title Issue 97 focus assertion document new focus assertion Jan 30, 2019
Copy link
Member

@jennifer-shehane jennifer-shehane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lookin' good 👍

@jennifer-shehane jennifer-shehane changed the base branch from develop to 3.3.0-release May 1, 2019 02:53
@jennifer-shehane jennifer-shehane merged commit d93fcbc into 3.3.0-release May 1, 2019
jennifer-shehane pushed a commit that referenced this pull request May 16, 2019
* 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

* document Cypress.isCy

* Update iscy.md

* 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

* Just add a note that this may be useful when writing Cypress plugins
brian-mann pushed a commit that referenced this pull request May 17, 2019
* 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
@matthamil matthamil deleted the issue-97-focus-assertion branch April 14, 2021 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants