-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
Update List of Valid Test Configuration Config Values #4252
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/cypress-io/cypress-documentation/8XAvqqkw3qEBmrHWmCDZbKVJdoHq |
@davidmunechika I think we should update the Cypress.config file to mention this. I think it does have a note about some values being readonly but it doesn’t specify what values. Can you look into this? |
@jennifer-shehane Would you prefer I include the list of writeable configuration options on the Cypress.config page as well? The section already contains a link directly to the section on the other configuration page which has the list of config options which can be updated. |
test. Anything that's not directly under Cypress's control - like timeouts, | ||
`userAgent`, or environment variables - will be ignored at run-time. Be sure to | ||
review the list of | ||
Some configuration values are readonly and cannot be changed during running a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Adding readFile/writeFile doc around new timeout features (#4244) * docs: Add documentation for using child/dual commands in TS (#4263) Co-authored-by: Chris Breiding <[email protected]> * 9.2.0 changelog. * add changelog for #18290 * chore: clarify cy.intercept fixture encoding behavior (#4278) Co-authored-by: Ben Alman <[email protected]> * types in interept command docs * add chagnelog for #19363 * add changelogs for #19377 & #18549 * typo. Thanks Shawn * Adding info for CYPRESS_VERIFY_TIMEOUT (#4271) * Adding info for CYPRESS_VERIFY_TIMEOUT * Updating docs with other PR content and additional clarification around verify usage * Update List of Valid Test Configuration Config Values (#4252) Co-authored-by: Jennifer Shehane <[email protected]> Co-authored-by: Emily Rohrbough <[email protected]> Co-authored-by: Emily Rohrbough <[email protected]> Co-authored-by: Tyler Biethman <[email protected]> Co-authored-by: Den Klimovsky <[email protected]> Co-authored-by: Emily Rohrbough <[email protected]> Co-authored-by: Emily Rohrbough <[email protected]> Co-authored-by: Ben Alman <[email protected]> Co-authored-by: David Munechika <[email protected]> Co-authored-by: Jennifer Shehane <[email protected]>
* Adding readFile/writeFile doc around new timeout features (cypress-io#4244) * docs: Add documentation for using child/dual commands in TS (cypress-io#4263) Co-authored-by: Chris Breiding <[email protected]> * 9.2.0 changelog. * add changelog for #18290 * chore: clarify cy.intercept fixture encoding behavior (cypress-io#4278) Co-authored-by: Ben Alman <[email protected]> * types in interept command docs * add chagnelog for #19363 * add changelogs for #19377 & #18549 * typo. Thanks Shawn * Adding info for CYPRESS_VERIFY_TIMEOUT (cypress-io#4271) * Adding info for CYPRESS_VERIFY_TIMEOUT * Updating docs with other PR content and additional clarification around verify usage * Update List of Valid Test Configuration Config Values (cypress-io#4252) Co-authored-by: Jennifer Shehane <[email protected]> Co-authored-by: Emily Rohrbough <[email protected]> Co-authored-by: Emily Rohrbough <[email protected]> Co-authored-by: Tyler Biethman <[email protected]> Co-authored-by: Den Klimovsky <[email protected]> Co-authored-by: Emily Rohrbough <[email protected]> Co-authored-by: Emily Rohrbough <[email protected]> Co-authored-by: Ben Alman <[email protected]> Co-authored-by: David Munechika <[email protected]> Co-authored-by: Jennifer Shehane <[email protected]>
Related issue: cypress-io/cypress#6407
Linked PR: cypress-io/cypress#18896
Updates the list of valid test configuration options that can be updated during test time in
configuration.md
.