From bc70733ed6d639795333af03fbff44d8dcaf7dfd Mon Sep 17 00:00:00 2001 From: shadowusr Date: Tue, 25 Feb 2025 02:53:25 +0300 Subject: [PATCH] chore: update alpha versions in docs --- docs/guides/time-travel.mdx | 2 +- .../current/guides/time-travel.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/time-travel.mdx b/docs/guides/time-travel.mdx index 7e06b13..15ffb43 100644 --- a/docs/guides/time-travel.mdx +++ b/docs/guides/time-travel.mdx @@ -22,7 +22,7 @@ The Time Travel mode is a new Testplane UI tool that allows you to observe test 1. Install the alpha versions of `testplane` and `html-reporter`: ```shell - npm i -D testplane@8.26.0-alpha.1 html-reporter@10.15.0-alpha.1 + npm i -D testplane@8.26.0-alpha.2 html-reporter@10.15.0-alpha.2 ``` 2. Enable snapshot recording in the Testplane config: diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/guides/time-travel.mdx b/i18n/ru/docusaurus-plugin-content-docs/current/guides/time-travel.mdx index b858e29..64c7bd8 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/guides/time-travel.mdx +++ b/i18n/ru/docusaurus-plugin-content-docs/current/guides/time-travel.mdx @@ -22,7 +22,7 @@ import Admonition from "@theme/Admonition"; 1. Необходимо установить alpha-версии `testplane` и `html-reporter`: ```shell - npm i -D testplane@8.26.0-alpha.1 html-reporter@10.15.0-alpha.1 + npm i -D testplane@8.26.0-alpha.2 html-reporter@10.15.0-alpha.2 ``` 2. Включить запись снапшотов в конфиге testplane: