The simplest example of testing a Next.js application with the Puppeteer and Jest, included in the CI/CD (GitHub->Travis CI->Heroku) pipeline
- build
- ci
- cd
- deploy
- express
- heroku
- jest
- nextjs
- puppeteer
- template
- travis
- nodejs
Other dependencies are transitive and therefore installed under the hood.
At the root of this repository, run:
npm i
npm run dev
The site is now running at http://localhost:3000.
Licensed under the MIT license