-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Formats number string in quotes. #5543
Conversation
Thanks for the contribution! Below are some guidelines Cypress uses when doing PR reviews.
PR Review ChecklistIf any of the following requirements can't be met, leave a comment in the review selecting 'Request changes', otherwise 'Approve'. User Experience
Functionality
Maintainability
Quality
Internal
|
@sainthkh We prefer to have decaffeinated PRs as separate PRs from actual code work. If you can make a separate PR for decaffeinating files, then open a new PR after that is merged with the code changes. Evaluating decaffeinations with changes to code is more difficult. |
User facing changelog
Formats number strings in test results in quotes. In other words, 25 -> '25'.
Additional details
Why was this change necessary:
What is affected by this change?
Not much. I just decaffeinated some files to work easily and added a test to show this case clearly.
Any implementation details to explain?
Not much.
As codes have been decaffeinated, I guess it is not recommended to be squashed. It should be rebased or merged.
How has the user experience changed?
Before: above.
After:

PR Tasks
Has a PR for user-facing changes been opened incypress-documentation
?Have API changes been updated in thetype definitions
?Have new configuration options been added to thecypress.schema.json
?