1.0.0 • Published 3 years ago

cypress-timings v1.0.0

Weekly downloads
238
License
MIT
Repository
github
Last release
3 years ago

cypress-timings ci status

A Cypress plugin for reporting individual command timings

When clicking on the individual command you will see command duration (in milliseconds)

Cypress command timings

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()