Skip to content

Functional testing, Readiness checks, and new logging options

Compare
Choose a tag to compare
@daniel-ac-martin daniel-ac-martin released this 26 Apr 17:28
· 622 commits to master since this release
174dd9d

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:
    1. Set the logging destination by passing a filename in logger.destination to the engine
    2. Set the logging level by passing a string of the log level in logger.level to the engine

Note: You should also update NotGovUK packages to ^0.4.2 (with pnpm -r up '@not-govuk/*@^0.4.2')