cypress-documentation
cypress-documentation copied to clipboard
Cypress Documentation including Guides, API, Plugins, Examples, & FAQ.
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...
closes #4580
### 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...
This PR adds the [`viswiz-cypress`](https://github.com/viswiz-io/viswiz-cypress) plugin to the docs page.
### 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 
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...