Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertoachar/screenshot-puppeteer
A playground for take a screenshot with Puppeteer.
https://github.com/robertoachar/screenshot-puppeteer
playground puppeteer screenshot
Last synced: 29 days ago
JSON representation
A playground for take a screenshot with Puppeteer.
- Host: GitHub
- URL: https://github.com/robertoachar/screenshot-puppeteer
- Owner: robertoachar
- License: mit
- Created: 2020-06-09T10:57:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-03T11:27:15.000Z (over 3 years ago)
- Last Synced: 2024-11-13T21:14:51.741Z (2 months ago)
- Topics: playground, puppeteer, screenshot
- Language: JavaScript
- Homepage: https://pptr.dev/
- Size: 92.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# screenshot-puppeteer
Generated by [Node Project Generator](https://github.com/robertoachar/generator-node).
[![License][license-badge]][license-url]
> A playground for take a screenshot with Puppeteer.
## Development
- Clone the repo
```bash
$ git clone https://github.com/robertoachar/screenshot-puppeteer.git
```- Install dependencies
```bash
$ npm install
```- Run scripts
| Action | Usage (npm) | Usage (yarn) |
| ----------------------------------- | ----------------------- | -------------------- |
| Start development mode | `npm start` | `yarn start |
| Run lint | `npm run lint` | `yarn lint` |
| Start lint in watch mode | `npm run lint:watch` | `yarn lint:watch` |
| Run tests | `npm run jest` | `yarn jest` |
| Start tests in watch mode | `npm run jest:watch` | `yarn jest:watch` |
| Run tests with code coverage | `npm run jest:coverage` | `yarn jest:coverage` |
| Run lint + tests | `npm test` | `yarn test` |
| Start lint + tests in watch mode | `npm test:watch` | `yarn test:watch` |
| Run lint + tests with code coverage | `npm test:coverage` | `yarn test:coverage` |## Author
[Roberto Achar](https://twitter.com/robertoachar)
## License
[MIT](https://github.com/robertoachar/screenshot-puppeteer/blob/master/LICENSE)
[license-badge]: https://img.shields.io/github/license/robertoachar/screenshot-puppeteer.svg
[license-url]: https://opensource.org/licenses/MIT