JSPM

cypress-timings

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6352
  • Score
    100M100P100Q129045F
  • License MIT

A Cypress plugin for reporting individual command timings

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