Closed domachine closed 4 years ago
This PR adds configuration for testing with cypress. It includes 2 scripts in the package.json: dev and test:integration. The first can be used to develop with cypress interactively and the second kicks off the headless test-runner.
package.json
dev
test:integration
This PR adds configuration for testing with cypress. It includes 2 scripts in the
package.json
:dev
andtest:integration
. The first can be used to develop with cypress interactively and the second kicks off the headless test-runner.