Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wlsf82/cypress-puppeteer-plugin-demo
Sample project to demonstrate the usage of the @cypress/puppeteer [beta] plugin.
https://github.com/wlsf82/cypress-puppeteer-plugin-demo
cypress cypress-puppeteer puppeteer
Last synced: 16 days ago
JSON representation
Sample project to demonstrate the usage of the @cypress/puppeteer [beta] plugin.
- Host: GitHub
- URL: https://github.com/wlsf82/cypress-puppeteer-plugin-demo
- Owner: wlsf82
- License: mit
- Created: 2023-12-12T14:49:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-05T23:11:07.000Z (5 months ago)
- Last Synced: 2024-08-06T01:54:47.545Z (5 months ago)
- Topics: cypress, cypress-puppeteer, puppeteer
- Language: JavaScript
- Homepage:
- Size: 78.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cypress-puppeteer-plugin-demo
[![CI](https://github.com/wlsf82/cypress-puppeteer-plugin-demo/actions/workflows/ci.yml/badge.svg)](https://github.com/wlsf82/cypress-puppeteer-plugin-demo/actions)
[![cypress-puppeteer-plugin-demo](https://img.shields.io/endpoint?url=https://cloud.cypress.io/badge/simple/u8w8pa/main&style=flat&logo=cypress)](https://cloud.cypress.io/projects/u8w8pa/runs)Sample project to demonstrate the usage of the [`@cypress/puppeteer [beta]`](https://github.com/cypress-io/cypress/tree/develop/npm/puppeteer) plugin.
## Pre-requirements
It is required to have git, Node.js, and npm installed to clone and run this project.
> I used versions `2.42.1`, `v18.15.0`, and `9.5.0` of git, 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 tests in headless mode.
Or, run `npm run cy:open` to open the Cypress App and run the tests in interactive mode.
## Support this project
If you want to support this project, leave a ⭐.
___
This project was created with 💚 by [Walmyr](https://walmyr.dev).