cypress-documentation
cypress-documentation copied to clipboard
Cypress Documentation including Guides, API, Plugins, Examples, & FAQ.
Currently the typing is wrong of the example dataCy() call. It should be Chainable instead of Chainable.
### Subject Guides - component testing troubleshooting ### Description We should update the [Cypress Types Conflict with Jest](https://docs.cypress.io/guides/component-testing/component-test-troubleshooting#Cypress-Types-Conflict-with-Jest ) section of the docs to reflect the [solution outlined here](https://github.com/cypress-io/cypress/issues/22059#issuecomment-1148921141) by...
### Subject guides ### Description In a few parts of the documentation, the term "DOM based commands" is used (like [here](https://docs.cypress.io/guides/core-concepts/introduction-to-Cypress#Default-Assertions) and [here](https://docs.cypress.io/faq/questions/using-cypress-faq#How-can-I-make-Cypress-wait-until-something-is-visible-in-the-DOM)), but I couldn't find anywhere what this...
While having a conversation with Zach Bloomquist, we decided to remove all references to archived repos that are no longer maintained.
This PR (still drafts) will contain content for `/guide/getting-started/rendering-components-correctly.md`
- Updated the "All example projects" link to the "cypress-component-testing-repo" - Updated the example create react app link to the create react app project in the "cypress-component-testing-repo"
- Update [cy.login custom command](https://docs.cypress.io/api/cypress-api/custom-commands#Log-in-command-using-request) to use cy.origin
- Remove experimental info - Command Log - Currently documented in `cy.session()` API docs [[here](https://docs.cypress.io/api/commands/session#Command-Log)](https://docs.cypress.io/api/commands/session#Command-Log) - Does this need to be moved? - Update content & screenshots - Update test...
- Remove experimental info - Any new examples to add from features we’re adding? - Update test isolation info - Highlight the cy.session and cy.origin example.