Mike McCready

Results 2194 comments of Mike McCready

This restriction is a major disadvantage for the quality of Contributor PRs! A regular PR runs `orb-tools/lint` which provides a preview of the published orb. The job is blocked for...

- This issue would be resolved if https://github.com/cypress-io/circleci-orb/issues/501 were to be implemented

- This issue may have been resolved by PR https://github.com/cypress-io/circleci-orb/pull/507

- I submitted PR https://github.com/cypress-io/circleci-orb/pull/508 as an external contributor. The result is now much better as all the important test jobs are now run. Possibly the workflow needs to be...

The recommendation to use the otherwise undocumented `cypress run` option `--record false` was removed in [[email protected]](https://docs.cypress.io/app/references/changelog#14-4-0) through PR https://github.com/cypress-io/cypress/pull/31676 The `--record false` option needs to be put into a clear...

@deiga > Could this also support using `bun` https://bun.sh/? The question of Bun support is a complex topic. The immediate answer to your question would be NO. - https://github.com/cypress-io/cypress/issues/28962 would...

@ramykl Will you resolve the conflicts in this PR? - ~~For pnpm I also opened a specific issue https://github.com/cypress-io/circleci-orb/issues/495 which may be resolved by your PR here.~~ This is resolved...

Would you like to give some feedback about whether you want to continue with this PR? It looks like the pnpm process is working now without needing to specify the...

Both pnpm and Yarn allow settting the package manager using `corepack` in current versions, so there seems to be some overlap between selecting the package manager version through the Orb...