-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
core(long-tasks): add startTime property #10942
Conversation
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.
LGTM!
expect(result.details.items).toHaveLength(0); | ||
expect(result.score).toBe(1); |
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.
FYI @Beytoven I moved these down so that when there's a failure you get the debug information about what's inside details.items
instead of expected: 1, received: 0
:)
Summary
Adds the
startTime
property for both simulated and observed modes in the long tasks diagnostic. Paves the way for #10806Example from The Verge on a simulated run
Related Issues/PRs
unblocks @Beytoven 's ability to execute on #10806