- Install the AEM CLI:
sudo npm install -g @adobe/aem-cli
- Run
aem up
this repo's folder. (opens your browser athttp://localhost:3000
) - Open this repo's folder in your favorite editor and start coding.
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