cypress-timings

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i cypress-timings

Weekly Downloads

3,784

Version

1.0.0

License

MIT

Unpacked Size

2.16 kB

Total Files

3

Last publish

Collaborators

  • bahmutov