Package Exports
- cypress-timings
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cypress-timings) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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()