/dc

Primary LanguageJavaScriptApache License 2.0Apache-2.0

DC x Milo

codecov

Developing

  1. Install the AEM CLI: sudo npm install -g @adobe/aem-cli
  2. Run aem up this repo's folder. (opens your browser at http://localhost:3000)
  3. Open this repo's folder in your favorite editor and start coding.

Testing

Run both Web Test Runner and Jest unit tests

npm run test

Run Web Test Runner unit tests

npm run wtr

Run Jest unit tests

npm run jest

Debug Web Test Runner unit tests

npm run wtr:watch

Debug Jest unit tests

npm run jest:watch

To run E2E tests, see README in /test/e2e