This project uses jest-puppeteer
to test the website https://xxd3vin.github.io/about/
This project uses Travis CI to run testing. You can find all the build log in this URL: https://travis-ci.com/github/xxd3vin/jest-puppeteer-example/builds
If you'd like to run testing locally, please follow below:
$ yarn test
Show web browser when testing.
$ HEADLESS=false yarn test