Runtime specification

By default, all our runners have their timezone set to UTC, regardless of their location.

Built-in Node.js modules

  • assert
  • buffer
  • crypto
  • dns
  • fs
  • path
  • querystring
  • readline
  • stream
  • string_decoder
  • timers
  • tls
  • url
  • util
  • zlib

See the built-in module documentation on the official Node.js site:

NPM packages

These are the currently available runtimes and the included external NPM dependencies.

The packages below are included for setup and teardown scripts as well, with the exclusion of Puppeteer, Playwright and Mocha.

We are planning to deprecate mocha in the future. Please use @playwright/test as a test framework instead.

2022.10

Main updates are Playwright 1.28.0, Node.js 16.x and Typescript support. We are also dropping support for Puppeteer

2022.02

Main updates are Playwright 1.20.2 and Puppeteer 13.7.0 and Node.js 14.x

2021.10

Main updates are Playwright 1.15.2 and Puppeteer 10.4.0 and Node.js 14.x

2021.06

Main updates are Playwright 1.12.2, Puppeteer 10.0.0 and Node.js 14.x


You can contribute to this documentation by editing this page on Github