How to measure each test duration (Cypress Cloud) #24837
Unanswered
szanuje
asked this question in
Questions and Help
Replies: 0 comments
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.
-
Hey, I recently started using Cypress and it's awesome!
I set up Cypress Cloud and run my first tests. I noticed that in
Run duration
tab I can see the summaries ofcypress run
durations. Is it possible to have metrics of each test durations?For example I have this test:
It lasts 600ms on my local environment, when run inside Cypress app (
npx cypress open
).I also would like to extend this test, and wrap into another
describe
function, to execute a test suite, where each test would check different graphQL query.I am worried if I will be able to get granular metrics - the exact run time of each small test case in order to check my API performance.
Beta Was this translation helpful? Give feedback.
All reactions