mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-06 06:29:45 -06:00
misc: remove recommendation for record false in error message (#31676)
* misc: remove recommendation for record false in error message * cli entry
This commit is contained in:
@@ -14,6 +14,7 @@ _Released 5/20/2025 (PENDING)_
|
||||
**Misc:**
|
||||
|
||||
- Cursor is now available as an IDE option for opening files in Cypress, if it is installed on your system. Addressed in [#31691](https://github.com/cypress-io/cypress/pull/31691).
|
||||
- The error shown when the `--record` flag is missing has been updated to be shorter. Addressed in [#31676](https://github.com/cypress-io/cypress/pull/31676).
|
||||
|
||||
**Dependency Updates:**
|
||||
|
||||
|
||||
@@ -46,9 +46,5 @@
|
||||
<span style="color:#e05561"><span style="color:#e6e6e6">
|
||||
<span style="color:#e05561"> <span style="color:#4f5666">$<span style="color:#e05561"> <span style="color:#4ec4ff">cypress run --record<span style="color:#e05561"><span style="color:#e6e6e6">
|
||||
<span style="color:#e05561"><span style="color:#e6e6e6">
|
||||
<span style="color:#e05561">If you don't want to record these runs, you can silence this warning:<span style="color:#e6e6e6">
|
||||
<span style="color:#e05561"><span style="color:#e6e6e6">
|
||||
<span style="color:#e05561"> <span style="color:#4f5666">$<span style="color:#e05561"> <span style="color:#4ec4ff">cypress run --record false<span style="color:#e05561"><span style="color:#e6e6e6">
|
||||
<span style="color:#e05561"><span style="color:#e6e6e6">
|
||||
<span style="color:#e05561">https://on.cypress.io/recording-project-runs<span style="color:#e6e6e6"></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span>
|
||||
<span style="color:#e05561">https://on.cypress.io/recording-project-runs<span style="color:#e6e6e6"></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span></span>
|
||||
</pre></body></html>
|
||||
@@ -491,10 +491,6 @@ export const AllCypressErrors = {
|
||||
|
||||
${fmt.terminal('cypress run --record')}
|
||||
|
||||
If you don't want to record these runs, you can silence this warning:
|
||||
|
||||
${fmt.terminal('cypress run --record false')}
|
||||
|
||||
https://on.cypress.io/recording-project-runs`
|
||||
},
|
||||
CLOUD_INVALID_RUN_REQUEST: (arg1: {message: string, errors: string[], object: object}) => {
|
||||
|
||||
Reference in New Issue
Block a user