cypress-command-log-tools
v0.5.0
Published
Tools to add to Cypress Test Runner Dashboard
Downloads
2
Maintainers
Readme
cypress-command-log-tools
Tools to add to Cypress Test Runner Dashboard
Currently Supported Tools:
- Show/Hide Asserts
- Show/Hide XHR
- Show/Hide New Urls
- Show/Hide Error Frame
- Enable/Disable Command Log Hover Actions (snapshots)
Install
npm install cypress-command-log-tools
yarn add cypress-command-log-tools
Usage
import { setupDashboard } from 'cypress-command-log-tools';
setupDashboard({
disableHoverOnCommandLogs: true
});