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

The added plugin contains: - Example application - Comprehensive, clear documentation - Cypress tests against the example application - CI pipeline tests against every branch - Compatible with versions up...

section: plugins

### Description Documentation mistakenly displays a custom reporter module's config file (reporter-config.json) as the Cypress configuration. ### URL of Issue(s) https://docs.cypress.io/guides/tooling/reporters#Cypress-configuration-4 ### Steps to replicate * I read about how...

type: bug

This PR adds the [`viswiz-cypress`](https://github.com/viswiz-io/viswiz-cypress) plugin to the docs page.

section: plugins

### Subject Guides ### Description As the `pluginsFile` property has been removed in Cypress 10, there should be no reference to it. See https://docs.cypress.io/guides/references/configuration#Node-version ![image](https://user-images.githubusercontent.com/19785715/174294568-c551911e-0d0a-466d-99be-83beb3fbe8a1.png)

content: rewrite

As I understand, there is no more data-testid="action-email" for the input on example page. Somewhere in the repository I found another example with similar input which is queried by classname.

This fixes #4573 by documenting the Cypress.spec.name changes

There seems to be some new differences in the Cypress.spec API in Cy10. Specifically the `name` property has changed. ### Cy 9.x ``` name: 'foo/bar/file_name.ts' ``` ### Cy 10.x ```...

The documentation page for `Environment Variables` states that: ``` Cypress automatically normalizes both the key and the value. The leading CYPRESS_ or cypress_ is removed and the remaining name is...

### Subject guides - references - configuration ### Description In [this issue](https://github.com/cypress-io/cypress/issues/22192), it is reported that passing `--spec` to Cypress when attempting to run a spec does not appear to...

content: rewrite
good-first-issue