We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To complement the new cypress ci functionality we need to give users a way to opt out of asset uploading.
cypress ci
To make this happen we need to prevent cypress run from prompting the user (thus making running in CI impossible).
cypress run
Since adding the project only updates local Cypress app data cache there is no reason not to automatically do this.
The text was updated successfully, but these errors were encountered:
Fixed in 0.17.11.
0.17.11
Sorry, something went wrong.
add react-hooks-file-upload link, closes #294
9f0e6bf
brian-mann
No branches or pull requests
To complement the new
cypress ci
functionality we need to give users a way to opt out of asset uploading.To make this happen we need to prevent
cypress run
from prompting the user (thus making running in CI impossible).Since adding the project only updates local Cypress app data cache there is no reason not to automatically do this.
The text was updated successfully, but these errors were encountered: