Mike McCready
Mike McCready
@FFdhorkin If you don't get an answer here, you could ask the Cypress technical community on Discord [](https://on.cypress.io/discord)
Hi @mschile Thank you very much for qualifying this issue! I can't provide a solution for this issue, so I would be happy for the core team to make the...
- I have proposed a fix for a related issue in https://github.com/cypress-io/cypress-example-kitchensink/pull/662. For the waiting issue I propose to ignore the rule.
@mschile `unsafe-to-chain` is currently disabled in this repo pending update of the examples to conform to linting rules. The latest new release from Aug 8, 2023 [[email protected]](https://github.com/cypress-io/eslint-plugin-cypress/releases/tag/v2.14.0) causes additional 8...
Updating to [[email protected]](https://github.com/cypress-io/eslint-plugin-cypress) (current `latest`) causes now 59 "unsafe to chain" errors when checking with ``` "rules": { "cypress/unsafe-to-chain-command": "error" } ``` The rule is currently disabled and waiting for...
Unfortunately I'm unable to provide a PR to resolve this issue, which remains unaddressed. ## Steps to reproduce Comment out https://github.com/cypress-io/cypress-example-kitchensink/blob/b49f532c383335ee8d5d8c1fa403b50e4cef496a/.eslintrc#L18 and then execute ```shell npm run lint ``` shows...
@jennifer-shehane > @MikeMcC399 I'd be fine with an update to the example recipes to reflect our new conventions. We just never revisited this. This issue is still open because as...
- Thanks to @rubysolo for addressing this issue in #802 !
- The last release of the [cypress-io/netlify-plugin-cypress](https://github.com/cypress-io/netlify-plugin-cypress) was [ [email protected]](https://github.com/cypress-io/netlify-plugin-cypress/releases/tag/v2.2.1) released almost exactly one year ago on Feb 23, 2023. The deprecation issue https://github.com/cypress-io/netlify-plugin-cypress/issues/336 remains unaddressed. ## Suggestion Remove the...
This is a 6 month old PR and should probably be closed.