cypress-documentation
cypress-documentation copied to clipboard
Cypress Documentation including Guides, API, Plugins, Examples, & FAQ.
### Subject Guides ### Description As Cypress support [SRI](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity) it should be documented how exactly sri tag should be constructed. I read that meta tag is preferred, still I do...
### Subject Examples ### Description All the examples on the Cypress documentation have the types **omitted here for simplicity**. But they almost never work when using on a real Typescript...
### Description The cache tables are displayed misaligned ### URL of Issue(s) https://docs.cypress.io/guides/guides/command-line#cypress-cache-list ### Steps to replicate Open https://docs.cypress.io/guides/guides/command-line#cypress-cache-list View the tables - cypress cache list - cypress cache list...
### Subject [API > Other Commands > end > Examples](https://docs.cypress.io/api/commands/end#Examples) ### Description ## Current behavior The following [API example for `cy.end()`](https://docs.cypress.io/api/commands/end#Examples) as shown on the documentation site ```js cy.contains('User: Cheryl')...
### Subject [API > Other Commands > end > Examples](https://docs.cypress.io/api/commands/end#Examples) ### Description ## Current behavior The following [API example for `cy.end()`](https://docs.cypress.io/api/commands/end#Examples) as shown on the documentation site ```js cy.contains('User: Cheryl')...
### Subject [Continuous Integration > GitHub Actions > Basic Setup](https://docs.cypress.io/guides/continuous-integration/github-actions#Basic-Setup) ### Description ## Issue [Continuous Integration > GitHub Actions > Basic Setup](https://docs.cypress.io/guides/continuous-integration/github-actions#Basic-Setup) advises to "Try it out". Depending on whether...
### Description Importing an angular component into a test file, when the component folder name starts with a "+" symbol, is not possible. ### URL of Issue(s) https://docs.cypress.io/guides/references/error-messages#No-tests-found ### Steps...
### Subject build ### Description Current guidleines instruction not include information how to build cypress fast. Rebuild whole project takes around 3 minutes. There probably exist faster way to check...
### Subject [End-to-End Testing > Testing Strategies > Amazon Cognito Authentification](https://docs.cypress.io/app/guides/authentication-testing/amazon-cognito-authentication) ### Description ## Issue The page [End-to-End Testing > Testing Strategies > Amazon Cognito Authentification](https://docs.cypress.io/app/guides/authentication-testing/amazon-cognito-authentication) contains multiple links to...
## I'm submitting a... ``` [ ] Bug report [x] Content update [ ] Process update (build, deployment, ... ) ``` ## Type of bug / changes We should document...