cypress-documentation icon indicating copy to clipboard operation
cypress-documentation copied to clipboard

Cypress Documentation including Guides, API, Plugins, Examples, & FAQ.

Results 301 cypress-documentation issues
Sort by recently updated
recently updated
newest added

### Subject Guides > References > Advanced Installation ### Description The [Advanced Installation](https://docs.cypress.io/guides/references/advanced-installation) information section [Windows Subsystem for Linux](https://docs.cypress.io/guides/references/advanced-installation#Windows-Subsystem-for-Linux) is outdated due to the release of [Windows Subsystem for Linux...

content: rewrite
triaged

### Subject Guides > Command Line ### Description Concerns the page: ~~https://docs.cypress.io/guides/guides/command-line~~ moved to https://docs.cypress.io/app/references/command-line - [`cypress run --project `](https://docs.cypress.io/app/references/command-line#cypress-run-project-lt-project-path-gt) - [`cypress open --project `](https://docs.cypress.io/app/references/command-line#cypress-open-project-lt-project-path-gt) both refer to https://github.com/cypress-io/cypress-test-nested-projects as...

content: rewrite
triaged

This issue contains a list of Renovate updates and their statuses. ## Repository problems These problems occurred while renovating this repository. - WARN: Found renovate config warnings ## Awaiting Schedule...

### Subject Guides ### Description In the [CI Introduction](https://docs.cypress.io/guides/continuous-integration/introduction#Challenges) page it gives an example of what not to do: ```bash npm start & cypress run // Do not do this...

content: rewrite

### Description When I follow the instructions on https://docs.cypress.io/api/commands/within#Temporarily-escape, I expect them to work. They don't. ### URL of Issue(s) https://docs.cypress.io/api/commands/within#Temporarily-escape ### Steps to replicate 1. Go to the page...

type: bug

### Description Not clear on how to do code coverage for component testing. ### Why is this needed? It has been really helpful to me and my organization to be...

CT

### Current behavior When trying to override the `type` method in typescript, I got errors from typescript linter. It's 1:1 copy and paste from [docs](https://docs.cypress.io/api/cypress-api/custom-commands#Overwrite-type-command) . I get 3 errors....

type: bug
triaged
E2E

### Description When I try to run cypress run --browser chrome, I get the error mentioned in the description. ### URL of Issue(s) No link ### Steps to replicate 1....

type: bug