From 3e34cc0675c0114b834d69e8c5c0dfbbe23dd30d Mon Sep 17 00:00:00 2001 From: shadowusr <58862284+shadowusr@users.noreply.github.com> Date: Thu, 21 Nov 2024 14:52:14 +0300 Subject: [PATCH] fix: fix retry-progressive description --- docs/plugins/testplane-retry-progressive.mdx | 12 ++++++------ .../current/plugins/testplane-retry-progressive.mdx | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/plugins/testplane-retry-progressive.mdx b/docs/plugins/testplane-retry-progressive.mdx index 50c4cc4..0962372 100644 --- a/docs/plugins/testplane-retry-progressive.mdx +++ b/docs/plugins/testplane-retry-progressive.mdx @@ -1,8 +1,8 @@ -# testplane-retry-progressive +# @testplane/retry-progressive ## Overview {#overview} -Use the `testplane-retry-progressive` plugin to additionally retry tests if the errors with which they fail correspond to a given set of patterns. +Use the `@testplane/retry-progressive` plugin to additionally retry tests if the errors with which they fail correspond to a given set of patterns. What might it be needed for? @@ -20,7 +20,7 @@ Tests can fail not only because of developer errors, races between scripts execu ## Install {#install} ```bash -npm install -D testplane-retry-progressive +npm install -D @testplane/retry-progressive ``` ## Setup {#setup} @@ -30,7 +30,7 @@ Add the plugin to the `plugins` section of the `testplane` config: ```javascript module.exports = { plugins: { - "testplane-retry-progressive": { + "@testplane/retry-progressive": { enabled: true, extraRetry: 7, errorPatterns: [ @@ -99,6 +99,6 @@ testplane_retry_progressive_extra_retry=3 npx testplane ## Useful links {#useful_links} -- [Исходники плагина testplane-retry-progressive][testplane-retry-progressive] +- [@testplane/retry-progressive plugin sources][retry-progressive] -[testplane-retry-progressive]: https://github.com/gemini-testing/testplane-retry-progressive +[retry-progressive]: https://github.com/gemini-testing/testplane-retry-progressive diff --git a/i18n/ru/docusaurus-plugin-content-docs/current/plugins/testplane-retry-progressive.mdx b/i18n/ru/docusaurus-plugin-content-docs/current/plugins/testplane-retry-progressive.mdx index 70fbded..8441b7b 100644 --- a/i18n/ru/docusaurus-plugin-content-docs/current/plugins/testplane-retry-progressive.mdx +++ b/i18n/ru/docusaurus-plugin-content-docs/current/plugins/testplane-retry-progressive.mdx @@ -1,8 +1,8 @@ -# testplane-retry-progressive +# @testplane/retry-progressive ## Обзор {#overview} -Используйте плагин [testplane-retry-progressive][testplane-retry-progressive], чтобы дополнительно прогонять тесты, если ошибки, с которыми они упали соответствуют заданному набору шаблонов. +Используйте плагин `@testplane/retry-progressive`, чтобы дополнительно прогонять тесты, если ошибки, с которыми они упали соответствуют заданному набору шаблонов. Для чего это может понадобиться? @@ -35,7 +35,7 @@ ## Установка {#install} ```bash -npm install -D testplane-retry-progressive +npm install -D @testplane/retry-progressive ``` ## Настройка {#setup} @@ -45,7 +45,7 @@ npm install -D testplane-retry-progressive ```javascript module.exports = { plugins: { - "testplane-retry-progressive": { + "@testplane/retry-progressive": { enabled: true, extraRetry: 7, errorPatterns: [ @@ -114,6 +114,6 @@ testplane_retry_progressive_extra_retry=3 npx testplane ... ## Полезные ссылки {#useful_links} -- [Исходники плагина testplane-retry-progressive][testplane-retry-progressive] +- [Исходники плагина @testplane/retry-progressive][testplane-retry-progressive] [testplane-retry-progressive]: https://github.com/gemini-testing/testplane-retry-progressive