-
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
merge all console events in one table #5606
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
|
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
This is much clearer - and addresses my earlier concerns of not being able to tell the order in which events were occuring. |
I should probably re-order the columns, and rename "Event.Target" to "Target Element" |
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.
Mouse Events
- index
- Event Type
- Target Element
- Prevented Default
- null
- true
- Stopped Propagation
- null
- true
- Active Modifiers
- null
- string
Keyboard Events
-
index
-
Typed
-
Target Element
-
Events Fired
-
Details
- { code: '...', which: '... }
-
Prevented Default
- null
- true
-
Active Modifiers
- null
- string
-
Use
{cmd}
and{option}
when literally typed in theTyped
column. -
keydown, keyup, keyup, keyup
on the final type needs to be split up and each independent keyboard event needs its own entry
These changes look perfect |
fix when logging command in console, print all events in one table #5553
User facing changelog
Additional details
How has the user experience changed?
type
command in the consoleoutdated screenshots
PR Tasks
Details
column, rename columnscypress-documentation
?type definitions
?cypress.schema.json
?