Skip to content

Commit 84c0d79

Browse files
authored
fix: fix retry-progressive description (#45)
1 parent 25030a5 commit 84c0d79

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

docs/plugins/testplane-retry-progressive.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# testplane-retry-progressive
1+
# @testplane/retry-progressive
22

33
## Overview {#overview}
44

5-
Use the `testplane-retry-progressive` plugin to additionally retry tests if the errors with which they fail correspond to a given set of patterns.
5+
Use the `@testplane/retry-progressive` plugin to additionally retry tests if the errors with which they fail correspond to a given set of patterns.
66

77
What might it be needed for?
88

@@ -20,7 +20,7 @@ Tests can fail not only because of developer errors, races between scripts execu
2020
## Install {#install}
2121

2222
```bash
23-
npm install -D testplane-retry-progressive
23+
npm install -D @testplane/retry-progressive
2424
```
2525

2626
## Setup {#setup}
@@ -30,7 +30,7 @@ Add the plugin to the `plugins` section of the `testplane` config:
3030
```javascript
3131
module.exports = {
3232
plugins: {
33-
"testplane-retry-progressive": {
33+
"@testplane/retry-progressive": {
3434
enabled: true,
3535
extraRetry: 7,
3636
errorPatterns: [
@@ -99,6 +99,6 @@ testplane_retry_progressive_extra_retry=3 npx testplane
9999

100100
## Useful links {#useful_links}
101101

102-
- [Исходники плагина testplane-retry-progressive][testplane-retry-progressive]
102+
- [@testplane/retry-progressive plugin sources][retry-progressive]
103103

104-
[testplane-retry-progressive]: https://github.com/gemini-testing/testplane-retry-progressive
104+
[retry-progressive]: https://github.com/gemini-testing/testplane-retry-progressive

i18n/ru/docusaurus-plugin-content-docs/current/plugins/testplane-retry-progressive.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# testplane-retry-progressive
1+
# @testplane/retry-progressive
22

33
## Обзор {#overview}
44

5-
Используйте плагин [testplane-retry-progressive][testplane-retry-progressive], чтобы дополнительно прогонять тесты, если ошибки, с которыми они упали соответствуют заданному набору шаблонов.
5+
Используйте плагин `@testplane/retry-progressive`, чтобы дополнительно прогонять тесты, если ошибки, с которыми они упали соответствуют заданному набору шаблонов.
66

77
Для чего это может понадобиться?
88

@@ -35,7 +35,7 @@
3535
## Установка {#install}
3636

3737
```bash
38-
npm install -D testplane-retry-progressive
38+
npm install -D @testplane/retry-progressive
3939
```
4040

4141
## Настройка {#setup}
@@ -45,7 +45,7 @@ npm install -D testplane-retry-progressive
4545
```javascript
4646
module.exports = {
4747
plugins: {
48-
"testplane-retry-progressive": {
48+
"@testplane/retry-progressive": {
4949
enabled: true,
5050
extraRetry: 7,
5151
errorPatterns: [
@@ -114,6 +114,6 @@ testplane_retry_progressive_extra_retry=3 npx testplane ...
114114

115115
## Полезные ссылки {#useful_links}
116116

117-
- [Исходники плагина testplane-retry-progressive][testplane-retry-progressive]
117+
- [Исходники плагина @testplane/retry-progressive][testplane-retry-progressive]
118118

119119
[testplane-retry-progressive]: https://github.com/gemini-testing/testplane-retry-progressive

0 commit comments

Comments
 (0)