cypress-documentation
                                
                                 cypress-documentation copied to clipboard
                                
                                    cypress-documentation copied to clipboard
                            
                            
                            
                        Cypress Documentation including Guides, API, Plugins, Examples, & FAQ.
### Description When I use `req.destroy` on the Webkit browser it should work (or not depending on documentation) ### URL of Issue(s) https://docs.cypress.io/api/commands/intercept#Controlling-the-response ### Steps to replicate 1. Go to...
### Description When I tried to use Experimental Test Retries feature accroding documentation then I'm getting an error below: **Expected retries to be a positive number or null or an...
The `replacerFn` parameter is deprecated, with a recommendation to use `callsFake` instead, but looking for `callsFake` in the docs turns up no information. I wasn't sure how much to say...
### Current behavior While doing the setup for google authentication it shows an error. Below are the screenshots where image1 states, following the steps mentioned in cypress official documentation and...
### Subject guides ### Description The [Selecting Elements section](https://docs.cypress.io/guides/references/best-practices#Selecting-Elements) in Best Practices contradicts the [react testing library guide ](https://testing-library.com/docs/queries/about/#priority) even though the same doc claims says > our philosophy aligns...
### Description The code shows "displayName=setSS", but the image shows "SET SS" ### URL of Issue(s) docs/api/cypress-api/cypress-log.mdx ### Steps to replicate just read the doc at `docs/api/cypress-api/cypress-log.mdx` ### Browser chrome...
### Subject api ### Description The [each API command](https://docs.cypress.io/api/commands/each) docs appears to contain an inconsistency, but I'm not sure. On the one hand, this instruction is given twice (top description...
Adding `husky` & `lint-staged` to run prettier on content files as a pre-commit hook. This will help keep things tidy and should eliminate contributor PR builds from failing the lint...
### Subject A simple example for implementing an RXJS observable ### Description Super common use case in Angular is a component that subscribes to an observable from a service to...