cypress-example-kitchensink icon indicating copy to clipboard operation
cypress-example-kitchensink copied to clipboard

This is an example app used to showcase Cypress.io testing.

Results 82 cypress-example-kitchensink issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/cypress-io/cypress-example-kitchensink). ## Config Migration Needed - [ ]...

type: dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [cypress](https://togithub.com/cypress-io/cypress) | [`10.0.0`...

type: dependencies
renovate

After cloning the repo and running: `npm install --save-dev cypress` I encounter this error: ``` npm ERR! code 1 npm ERR! path /Users/xxxxxxx/workspace/cypress-example-kitchensink/node_modules/puppeteer npm ERR! command failed npm ERR! command...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@cypress/eslint-plugin-dev](https://togithub.com/cypress-io/cypress/tree/master/npm/eslint-plugin-dev#readme) ([source](https://togithub.com/cypress-io/cypress)) | [`5.0.0` -> `5.0.2`](https://renovatebot.com/diffs/npm/@cypress%2feslint-plugin-dev/5.0.0/5.0.2) |...

type: dependencies
renovate

Issue 1: Runner/ test is not refreshed for second describe. Second describe is not loading application it just retains previous test Issue2: when I click on close in test runner...

```yaml version: 0.2 batch: fast-fail: true build-matrix: static: ignore-failure: false env: privileged-mode: true dynamic: env: variables: WORKERS: - 1 - 2 - 3 phases: pre_build: commands: - npm install cypress...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...

type: dependencies
renovate

@lmiller1990 suggested adding some smoke tests to ensure that the Cypress 10.0 binary is now exposing the appropriate sub-package APIs once https://github.com/cypress-io/cypress/pull/20930 is merged.

When running `npm install` on this cloned directory I get the following errors in my terminal (using iTerm) ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm...