https://github.com/wlsf82/copy-to-clipboard
Sample project to demonstrate how to test copy to clipboard with Cypress.
https://github.com/wlsf82/copy-to-clipboard
Last synced: 5 months ago
JSON representation
Sample project to demonstrate how to test copy to clipboard with Cypress.
- Host: GitHub
- URL: https://github.com/wlsf82/copy-to-clipboard
- Owner: wlsf82
- License: mit
- Created: 2022-05-31T21:14:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T21:15:46.000Z (about 2 years ago)
- Last Synced: 2025-05-05T22:55:02.619Z (5 months ago)
- Language: HTML
- Homepage:
- Size: 79.1 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# copy-to-clipboard

Sample project to demonstrate how to test copy to clipboard with Cypress.
## Pre-requirements
It is required to have Node.js and npm installed to run this project.
> I used versions `v16.13.2` and `8.3.2` of Node.js and npm, respectively. I suggest you use the same or later LTS versions.
## Installation
Run `npm install` (or `npm i` for the short version) to install the dev dependencies.
## Tests
Run `npm test` (or `npm t` for the short version) to run the test in headless mode.
Or, run `npm run cy:open` to open Cypress in interactive mode.
## Support this project
If you want to support this project, leave a ⭐.
___
Made with 💚 by [Walmyr](https://walmyr.dev).