An open API service indexing awesome lists of open source software.

https://github.com/elaichenkov/cy-copy-prompt


https://github.com/elaichenkov/cy-copy-prompt

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# cy-copy-prompt

![](./assets/image.png)

Cypress copy prompt plugin for helping to debug tests. Inspired by Playwright's copy prompt feature.

## Installation

```bash
npm install --save-dev cy-copy-prompt
```

## Usage

You need to import the plugin in your Cypress `e2e` file (usually `cypress/support/e2e.js`):

```typescript
import 'cy-copy-prompt';
```

or

```javascript
require('cy-copy-prompt');
```

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Author

[Yevhen Laichenkov](elaichenkov@gmail.com)