Profiling test performance #14495
Unanswered
mauriciolauffer
asked this question in
Q&A
Replies: 1 comment 2 replies
-
WebdriverIO has limited capabilities for this built-in. You can build your own reporter to measure execution time. You can also use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any option to expose time metrics for different stages of
webdriverio
execution?I'm looking for something similar to
Vitest
: https://vitest.dev/guide/profiling-test-performanceAlso, what'd be the best way to --cpu-prof and --heap-prof
wdio
executions?Beta Was this translation helpful? Give feedback.
All reactions