Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softspiders/puppeteer-jest-travis-heroku
The simplest example of testing an Express application in the Puppeteer and Jest, included in the CI/CD pipeline
https://github.com/softspiders/puppeteer-jest-travis-heroku
headless heroku jest min puppeteer softspider softspiders ss template test testing travis
Last synced: about 5 hours ago
JSON representation
The simplest example of testing an Express application in the Puppeteer and Jest, included in the CI/CD pipeline
- Host: GitHub
- URL: https://github.com/softspiders/puppeteer-jest-travis-heroku
- Owner: softspiders
- License: mit
- Created: 2019-05-10T19:32:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T21:43:49.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T22:43:28.761Z (7 months ago)
- Topics: headless, heroku, jest, min, puppeteer, softspider, softspiders, ss, template, test, testing, travis
- Language: JavaScript
- Homepage:
- Size: 1.32 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[SOFTSPIDERS](https://github.com/softspiders/softspiders)
# The simplest example of testing an Express application with Puppeteer and Jest, included in the CI/CD *GitHub->Travis CI->Heroku* pipeline.
## Feature tags
- build
- ci
- cd
- deploy
- express
- heroku
- jest
- puppeteer
- starter
- template
- travis---
## Direct ancestors
* [puppeteer-jest](https://github.com/softspiders/puppeteer-jest) - also by code
* [node-travis-heroku-cd](https://github.com/softspiders/node-travis-heroku-cd)## Direct feature descendants
[next-puppeteer-jest-travis-heroku](https://github.com/softspiders/next-puppeteer-jest-travis-heroku)
---
## Requirements
[Node.js](https://nodejs.org/en/download/package-manager/) >= v6.4.0
---
## Installation
```sh
yarn
```Note: When you install Puppeteer, it downloads a recent version of Chromium (~170MB Mac, ~282MB Linux, ~280MB Win) that is guaranteed to work with the API. To skip the download, see [Environment variables](https://github.com/GoogleChrome/puppeteer/blob/v1.15.0/docs/api.md#environment-variables).
## Application run
```sh
node index
```## Test run
```sh
yarn test
```
---## Demo
https://puppeteer-jest-travis-heroku.herokuapp.com/
---
## Authors
[Alexander Lapygin](https://github.com/AlexanderLapygin)
### License
Licensed under the [MIT license](./LICENSE)