cypress-documentation
cypress-documentation copied to clipboard
Cypress Documentation including Guides, API, Plugins, Examples, & FAQ.
## I'm submitting a... ``` [x] Bug report [ ] Content update [ ] Process update (build, deployment, ... ) ``` ## Type of bug / changes The `cy.session` documentation...
### Subject Docs Internal ### Description Spell checking could be part of a lint process to cut down on manual reviewing and editing of basic spelling errors. @elylucas
### What would you like? I need to access all the IDs of the sessions created using cy.session() in my tests. As this is already being done in the "time...
Replace the incorrect `scope` to `scopes`. Otherwise, the default scopes of `['openid', 'email']` will be used without the given `profile` one. (lost couple of hours because of this documentation bug.)
Suggestion: I am looking at using Cypress to test modules / functions that have no UI. Much of the code is **legacy** - i.e. uses functions, not exports, so there...
In particular, selecting arguments by ID/class is [explicitly recommended](https://docs.cypress.io/guides/references/best-practices#Selecting-Elements) to be used only "sparingly", yet [many](https://docs.cypress.io/guides/overview/why-cypress#End-to-end) [examples](https://docs.cypress.io/guides/getting-started/writing-your-first-test#Step-4-Make-an-assertion), including the [best practices](https://docs.cypress.io/guides/references/best-practices#1-Combine-into-one-test) use those. Docs should follow best practices and *always*...
### Subject Guides ### Description The [Cypress cache info](https://docs.cypress.io/guides/references/troubleshooting#Clear-Cypress-cache) doesn't include ‘npx’ (or a yarn equivalent) in the command. There are stack overflow posts about why this doesn't work. There...
fixes #4462
### Description Before the docs were moved to Nuxt, we use to run the https://github.com/textlint/textlint that would check for basic text formatting issues. Look at getting this plugin back in...