Shawn Harris

Results 7 comments of Shawn Harris

@mellis481 We recommend passing the GITHUB_TOKEN secret (created by the GH Action automatically) as an environment variable. This will allow correctly identifying every build and avoid confusion when re-running a...

Resolved by checking [GitHub settings](https://github.com/settings/profile) to confirm you have given Cypress the correct access? ![image](https://user-images.githubusercontent.com/48733734/164103624-b6362d60-3a77-4651-8f77-d86d4469d478.png)

I was able to successfully import both by exporting the global scope in my `support/index.d.ts`. Try the following: ``` export {}; declare global { namespace Cypress { // ... type...

reproducible example: https://github.com/conversaShawn/using-cypress-skip-test-plugin When importing `skipOn` or `onlyOn`, the error `sync skip; aborting execution` does not appear, however, it does when using `cy.skipOn` I am verifying internally if this is...

Related to cypress/cypress issues: - [#7199](https://github.com/cypress-io/cypress/issues/7199#issuecomment-1143628102) Related to cypress/github-action issues: - [121](https://github.com/cypress-io/github-action/issues/121) - [602](https://github.com/cypress-io/github-action/issues/602) Existing workaround: - [Comment](https://github.com/cypress-io/cypress/issues/7199#issuecomment-1143628102)

Closing: Duplicate of https://github.com/cypress-io/cypress-documentation/pull/5167