Docker and docker-compose
Run the following command to prep your local environment
$ make install
Run the following command to view the react app bolerplate
$ make client
Run the following command to open a bash console within the docker container
$ make cli
Run the following command to run the cypress integration test
$ make integration-test
-
Docker and docker-compose (optional)
Visit the confluence page for additional details on testing frameworks, rationale, and practices
-
Jest ([c/o Create React App](c/o Create React App))
List targets in Makefile
Run make
from the root directory to view a list and description of make targets
NPM Executables
This package uses a few additional NPM targets to automate different build options for Cypress.io. Run npm run
from the root directory to view a full list of NPM executables.
Feel free to dive in and submit PRs.
This project follows the Contributor Covenant Code of Conduct.