Blog engine demo.
Admin user password: password
yarn && yarn dev
Open browser http://localhost:3000
Run E2E tests manually:
yarn && yarn e2e
Run unit tests manually:
yarn && yarn test
Run unit and E2E tests in CI mode:
yarn && yarn test:ci
- add more unit and Cypress tests