Functional testing, Readiness checks, and new logging options
daniel-ac-martin
released this
26 Apr 17:28
·
622 commits
to master
since this release
BREAKING CHANGES:
- Node.js v12 is no-longer officially supported. Please update to Node.js v14.
New features:
- Functional testing support via Cypress.io
- Readiness checks
- Better CI/CD pipelines
- New logging options:
- Set the logging destination by passing a filename in
logger.destination
to the engine - Set the logging level by passing a string of the log level in
logger.level
to the engine
- Set the logging destination by passing a filename in
Note: You should also update NotGovUK packages to ^0.4.2
(with pnpm -r up '@not-govuk/*@^0.4.2'
)