cy-copy-prompt
v1.0.2
Published
Cypress plugin to copy prompt to clipboard
Maintainers
Readme
cy-copy-prompt

Cypress copy prompt plugin for helping to debug tests. Inspired by Playwright's copy prompt feature.
Installation
npm install --save-dev cy-copy-promptUsage
You need to import the plugin in your Cypress e2e file (usually cypress/support/e2e.js):
import 'cy-copy-prompt';or
require('cy-copy-prompt');License
This project is licensed under the MIT License - see the LICENSE file for details.
