Skip to content

Releases: Financial-Times/n-test

v7.0.0

29 Aug 11:26
f15644a
Compare
Choose a tag to compare

What's Changed

Breaking changes

  • Node.js 16 support has been dropped.

Full Changelog: v6.1.0...v7.0.0

v6.1.0 - Add support for Node 18

21 Jul 11:46
2da4f1a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.0...v6.1.0

v6.1.0-beta.1

26 Apr 12:22
0a3b3d1
Compare
Choose a tag to compare
v6.1.0-beta.1 Pre-release
Pre-release

DO NOT INSTALL THIS VERSION

Support for Node.js 18 is being added in this beta version in order to test an app with Node.js 18 supporting packages in production.

Node.js 18 is not yet widely supported in Customer Products and a production version of 6.1.0 will be released in due course as support for Node.js 18 is rolled out across Customer Products.

What's Changed

New Contributors

Full Changelog: v6.0.0...v6.1.0-beta

v6.0.0

18 Apr 08:55
d03e9a4
Compare
Choose a tag to compare

This release is part of the Platforms and Reliability set of scheduled breaking change releases in April.

The breaking changes in this package release are:

  • Dropping support for Node.js 14

This will not be a breaking change for your application if it:

  • Already runs on Node.js 16

If this is a breaking change for your application because it does not yet run on Node 16 you can follow this guide to migrate from Node.js 14 to Node.js 16

v5.0.1

28 Mar 11:23
d33b720
Compare
Choose a tag to compare

THERE ARE NO BREAKING CHANGES IN v5

the change on v5 was reverted as it wasn't functional but we are continuing to release on the new version for consistency. There are no breaking changes from v4 to v5.

What's Changed

Full Changelog: v5.0.0...v5.0.1

v4.1.0

28 Mar 06:35
d33b720
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v4.1.0

Allow passing of launch args to Puppeteer

22 Jul 09:08
00e199a
Compare
Choose a tag to compare

What's Changed
CI-1224 Allow passing of launch options to puppeteer when running smoke tests by @boyewale in #195
CPP-890 Update config for nightly scheduled-pipelines by @serena97 in #194

New Contributors
@boyewale in #195

Contributors
@boyewale
@serena97

Migrate to Node 14 + 16 and npm 7 + 8

21 Mar 11:48
39b468c
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • Dropped support for Node 12

New Contributors

Full Changelog: v3.1.0...v4.0.0

Add test description field

10 Aug 14:55
d9ba45e
Compare
Choose a tag to compare

Improve output for troubleshooting failed smoke tests:

  • Add description field to smoke tests and smoke test suites
  • Output response body content when 500 status code 

patch to fix user testing

24 Mar 14:10
be175f4
Compare
Choose a tag to compare
  • Fix misleading logging for tests with users (previously outputting proxy url rather than test url)
  • Add check for environment on user tests, and proxy to local next-router if running locally.