From af40e99cb3fe91c5a2eb19cdaa3ce1b9c3bc970e Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 10:11:26 +0000 Subject: [PATCH] feat(roll): roll to ToT Playwright (13-02-25) --- nodejs/docs/api/class-testconfig.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nodejs/docs/api/class-testconfig.mdx b/nodejs/docs/api/class-testconfig.mdx index bd6013c89d8..ce0e03ca7f7 100644 --- a/nodejs/docs/api/class-testconfig.mdx +++ b/nodejs/docs/api/class-testconfig.mdx @@ -426,6 +426,8 @@ Whether to populate `'git.commit.info'` field of the [testConfig.metadata](/api/ This information will appear in the HTML and JSON reports and is available in the Reporter API. +On Github Actions, this feature is enabled by default. + **Usage** ```js title="playwright.config.ts"