cypress-timings
v1.0.0
Published
A Cypress plugin for reporting individual command timings
Downloads
14,063
Maintainers
Readme
cypress-timings
A Cypress plugin for reporting individual command timings
When clicking on the individual command you will see command duration (in milliseconds)
Note: This is NOT the exact command duration, since we are only getting an event some time after the command finishes. Still better to have approximate value than nothing.
Install and use
npm i -D cypress-timings
# or
yarn add -D cypress-timings
Add to your Cypress support file
import { commandTimings } from 'cypress-timings'
commandTimings()