Mike McCready
Mike McCready
### 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...
### 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...
### Subject [References > Advanced Installation > Windows Subsystem for Linux](https://docs.cypress.io/guides/references/advanced-installation#Windows-Subsystem-for-Linux) ### Description The section [Windows Subsystem for Linux](https://docs.cypress.io/guides/references/advanced-installation#Windows-Subsystem-for-Linux) describes how to install `WSL` to display the Cypress UI. Users...
### Subject [Guides > Launching Browsers > Chrome Browsers](https://docs.cypress.io/guides/guides/launching-browsers#Chrome-Browsers) ### Description In the section [Guides > Launching Browsers > Chrome Browsers](https://docs.cypress.io/guides/guides/launching-browsers#Chrome-Browsers) it states: > All Chrome* flavored browsers will be...
### Subject Contributing - Plugins ### Description The [Plugins list](https://docs.cypress.io/plugins) includes a link "Follow these instructions to [submit your own plugin](https://github.com/cypress-io/cypress-documentation/blob/master/CONTRIBUTING.md#adding-plugins)." as a section in the [CONTRIBUTING](https://github.com/cypress-io/cypress-documentation/blob/master/CONTRIBUTING.md) document - see...
### Description The favicon.svg is supposed to adapt its color depending on the background. That does not work very well in Google Chrome and in some cases the `cy` letters...
### Subject README ### Description The "first-timers-only" badge at the top of this ([cypress-io/cypress-documentation](https://github.com/cypress-io/cypress-documentation)) repo's [README.md](https://github.com/cypress-io/cypress-documentation/blob/main/README.md) links to the undefined label [first-timers-only](https://github.com/cypress-io/cypress-documentation/labels/first-timers-only), so it is of no use in its...
## Current situation [README](https://github.com/cypress-io/cypress-example-kitchensink/blob/master/README.md) instructs to install dependencies using: `npm install` Two deprecation warnings are output: ```text npm WARN deprecated [email protected]: Debug versions >=3.2.0 =4
The [cypress-example-kitchensink](https://github.com/cypress-io/cypress-example-kitchensink) repository links to GitHub topic [travis-ci](https://github.com/topics/travis-ci). Travis CI is however no longer one of the live CI examples. (See issue https://github.com/cypress-io/cypress-example-kitchensink/issues/602). Some other live examples are not listed....
If the eslint rule `cypress/unsafe-to-chain-command` from [eslint-plugin-cypress: Rules](https://github.com/cypress-io/eslint-plugin-cypress#rules) is enabled, then the following 6 examples in [cypress/e2e/2-advanced-examples](https://github.com/cypress-io/cypress-example-kitchensink/tree/master/cypress/e2e/2-advanced-examples) fail linting with the message: "error It is unsafe to chain further commands...