This project was bootstrapped with Create React App.
It is meant to demonstrate end-to-end testing for a simple React application, specifically when using the Chrome for Testing Buildpack alongside Heroku CI.
In the project directory, you can run:
Runs the app in the development mode at port 8080
. Open http://localhost:8080 to view it in your browser.
Runs end-to-end tests in src/tests/puppeteer.test.js
, using Jest.
Uses start-server-and-test
package to start up React application at port 8080
, then run tests.
This manifest file specifies the buildpacks needed for running in Heroku CI, along with the command(s) to execute when Heroku initiates a test run.