Skip to content

Commit 629f46f

Browse files
committed
docs(wdio): change wdio version
1 parent 046db31 commit 629f46f

File tree

4 files changed

+58
-58
lines changed

4 files changed

+58
-58
lines changed

docs/commands/overview.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ import Admonition from "@theme/Admonition";
99
## Overview
1010

1111
<Admonition type="warning">
12-
Only commands for the latest version Testplane v8 and WebDriverIO v8 are described. Commands for
12+
Only commands for the latest version Testplane v8 and WebDriverIO v9 are described. Commands for
1313
older versions should be referenced in the WebDriverIO documentation (example for [WebDriverIO
14-
v7][webdriverio@7-api]).
14+
v8][webdriverio@8-api]).
1515
</Admonition>
1616

17-
Since Testplane is based on [WebDriverIO v8][webdriverio-api], all commands provided by WebDriverIO are available in it.
17+
Since Testplane is based on [WebDriverIO v9][webdriverio-api], all commands provided by WebDriverIO are available in it.
1818

1919
However, the command descriptions on the [WebDriverIO][webdriverio-api] website for version 8 are not quite suitable _as is_ for Testplane users due to a number of reasons:
2020

@@ -44,6 +44,6 @@ Nevertheless, our description does not yet include protocol-specific commands. Y
4444

4545
Also, in the descriptions of some commands, links to individual recipes are still not localized and lead to the WebDriverIO website.
4646

47-
[webdriverio@7-api]: https://webdriver.io/docs/api
47+
[webdriverio@8-api]: https://v8.webdriver.io/docs/api
4848
[webdriverio-api]: https://webdriver.io/docs/api
4949
[webdriverio-protocols]: https://webdriver.io/docs/api/webdriver

docs/index.mdx

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 1
66

77
**Testplane** — a tool for automating testing of user scenarios in web interfaces.
88

9-
With Testplane, you can test the functionality of your site or project and ensure that your layout consistently matches what's expected under any circumstances. At your disposal, you have the full range of [commands][commands] provided by [WebDriverIO v8][webdriverio-api] and [all the capabilities of the Chrome DevTools protocol][how-to-use-cdp]. Additionally, you have the familiar [Mocha][mocha] syntax.
9+
With Testplane, you can test the functionality of your site or project and ensure that your layout consistently matches what's expected under any circumstances. At your disposal, you have the full range of [commands][commands] provided by [WebDriverIO v9][webdriverio-api] and [all the capabilities of the Chrome DevTools protocol][how-to-use-cdp]. Additionally, you have the familiar [Mocha][mocha] syntax.
1010

1111
Is your testing workload growing as your project evolves? — Testplane allows you to easily scale your test runs without losing usability. It not only runs tests in parallel, across different browsers and platforms, but also gathers all the test results into a single HTML report with flexible viewing, grouping, and filtering capabilities.
1212

@@ -91,36 +91,36 @@ And that’s not all.
9191
- available [extension points][html-reporter-extension-points] in the Testplane report;
9292
- [extend the Testplane CLI from your plugin][testplane-cli], adding new commands and options.
9393

94+
[assert-view-opts]: ./config/browsers#assert_view_opts
95+
[assert-view]: ./commands/browser/assertView
96+
[commands]: ./commands/overview
9497
[create-testplane]: https://github.com/gemini-testing/create-testplane
95-
[webdriverio-api]: https://webdriver.io/docs/api
96-
[mocha]: https://mochajs.org
97-
[testplane-chunks]: ./plugins/testplane-chunks
98-
[testplane-option-grep]: ./guides/how-to-run-specified-test#solution_2
98+
[defaults]: ./config/browsers#timeouts
99+
[how-to-check-test-stability]: ./guides/how-to-check-test-stability
100+
[how-to-read-browser-logs]: ./guides/how-to-read-browser-logs
99101
[how-to-run-test-in-file]: ./guides/how-to-run-specified-test#solution_1
100102
[how-to-skip-tests]: ./guides/how-to-skip-test-in-browsers
101-
[how-to-check-test-stability]: ./guides/how-to-check-test-stability
102-
[testplane-sets]: ./config/sets
103-
[retry-limiter]: ./plugins/retry-limiter
104-
[retry-progressive]: ./plugins/testplane-retry-progressive
105-
[sharp]: https://github.com/lovell/sharp
106-
[sessions-reuse]: ./config/browsers#tests_per_session
107-
[patterns-on-reject]: ./config/system#patterns_on_reject
108-
[assert-view-opts]: ./config/browsers#assert_view_opts
109-
[assert-view]: ./commands/browser/assertView
110-
[how-to-use-cdp]: ./guides/how-to-use-cdp
111-
[testplane-profiler]: https://github.com/gemini-testing/testplane-profiler
112-
[testplane-plugins-profiler]: https://github.com/gemini-testing/testplane-plugins-profiler
113103
[how-to-test-layout-under-login]: ./guides/how-to-test-layout-under-login
114-
[how-to-read-browser-logs]: ./guides/how-to-read-browser-logs
115-
[prepare-browser]: ./config/prepare-browser
116-
[defaults]: ./config/browsers#timeouts
117-
[commands]: ./commands/overview
118-
[html-reporter]: ./html-reporter/html-reporter-setup
104+
[how-to-use-cdp]: ./guides/how-to-use-cdp
119105
[html-reporter-diff]: ./html-reporter/html-reporter-setup#diffmode
106+
[html-reporter-extension-points]: ./html-reporter/html-reporter-plugins#extension_points
120107
[html-reporter-gui]: ./html-reporter/html-reporter-commands#gui
108+
[html-reporter-plugins]: ./html-reporter/html-reporter-plugins
109+
[html-reporter]: ./html-reporter/html-reporter-setup
110+
[mocha]: https://mochajs.org
111+
[patterns-on-reject]: ./config/system#patterns_on_reject
121112
[plugins]: https://github.com/gemini-testing/
122-
[testplane-events]: ./reference/testplane-events
123-
[html-reporter-extension-points]: ./html-reporter/html-reporter-plugins#extension_points
113+
[prepare-browser]: ./config/prepare-browser
114+
[retry-limiter]: ./plugins/retry-limiter
115+
[retry-progressive]: ./plugins/testplane-retry-progressive
116+
[sessions-reuse]: ./config/browsers#tests_per_session
117+
[sharp]: https://github.com/lovell/sharp
118+
[testplane-chunks]: ./plugins/testplane-chunks
124119
[testplane-cli]: ./reference/testplane-events#cli
125-
[html-reporter-plugins]: ./html-reporter/html-reporter-plugins
120+
[testplane-events]: ./reference/testplane-events
121+
[testplane-option-grep]: ./guides/how-to-run-specified-test#solution_2
122+
[testplane-plugins-profiler]: https://github.com/gemini-testing/testplane-plugins-profiler
123+
[testplane-profiler]: https://github.com/gemini-testing/testplane-profiler
124+
[testplane-sets]: ./config/sets
126125
[testplane-workers]: ./config/system#workers
126+
[webdriverio-api]: https://webdriver.io/docs/api

i18n/ru/docusaurus-plugin-content-docs/current/commands/overview.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ import Admonition from "@theme/Admonition";
99
## Обзор
1010

1111
<Admonition type="warning">
12-
Описаны только команды для последней версии Testplane v8 и WebDriverIO v8. Команды для более
12+
Описаны только команды для последней версии Testplane v8 и WebDriverIO v9. Команды для более
1313
старых версий стоит смотреть в документации WebDriverIO (пример для [WebDriverIO
14-
v7][webdriverio@7-api]).
14+
v8][webdriverio@8-api]).
1515
</Admonition>
1616

17-
Так как в основе testplane лежит [WebDriverIO v8][webdriverio-api], то в ней доступны все команды, которые предоставляет WebDriverIO.
17+
Так как в основе testplane лежит [WebDriverIO v9][webdriverio-api], то в ней доступны все команды, которые предоставляет WebDriverIO.
1818

1919
Однако, описания команд на сайте [WebDriverIO][webdriverio-api] для 8-й версии не совсем подходят _as is_ для пользователей testplane из-за целого ряда причин:
2020

@@ -44,6 +44,6 @@ import Admonition from "@theme/Admonition";
4444

4545
Также в описаниях некоторых команд ссылки на отдельные рецепты все еще не локализованы и ведут на сайт WebDriverIO.
4646

47-
[webdriverio@7-api]: https://webdriver.io/docs/api
47+
[webdriverio@8-api]: https://v8.webdriver.io/docs/api
4848
[webdriverio-api]: https://webdriver.io/docs/api
4949
[webdriverio-protocols]: https://webdriver.io/docs/api/webdriver

i18n/ru/docusaurus-plugin-content-docs/current/index.mdx

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
**Testplane** — это инструмент для автоматизации тестирования пользовательских сценариев в web-интерфейсах.
66

7-
С помощью неё вы можете протестировать функциональность своего сайта или проекта, а также проверить, что ваша верстка при любых обстоятельствах соответствует эталонной. В вашем распоряжении — весь [спектр команд][commands], которые предоставляет [WebDriverIO v8][webdriverio-api] и [все возможности протокола Chrome DevTools][how-to-use-cdp]. А ещё — привычный синтаксис [Mocha][mocha].
7+
С помощью неё вы можете протестировать функциональность своего сайта или проекта, а также проверить, что ваша верстка при любых обстоятельствах соответствует эталонной. В вашем распоряжении — весь [спектр команд][commands], которые предоставляет [WebDriverIO v9][webdriverio-api] и [все возможности протокола Chrome DevTools][how-to-use-cdp]. А ещё — привычный синтаксис [Mocha][mocha].
88

99
В вашем проекте становится всё больше и больше тестов? — Testplane позволит вам легко масштабировать их прогон, не теряя в юзабилити. Она умеет не только запускать тесты параллельно, в разных браузерах, на разных платформах, но и собирать все результаты прогонов в единый html-отчет, с возможностями гибкого просмотра, группировки и фильтрации тестов.
1010

@@ -89,36 +89,36 @@
8989
- доступны [точки расширения][html-reporter-extension-points] в отчете testplane;
9090
- можно [расширять CLI Testplane из своего плагина][testplane-cli], добавляя новые команды и опции.
9191

92+
[assert-view-opts]: ./config/browsers#assert_view_opts
93+
[assert-view]: ./commands/browser/assertView
94+
[commands]: ./commands/overview
9295
[create-testplane]: https://github.com/gemini-testing/create-testplane
93-
[webdriverio-api]: https://webdriver.io/docs/api
94-
[mocha]: https://mochajs.org
95-
[testplane-chunks]: ./plugins/testplane-chunks
96-
[testplane-option-grep]: ./guides/how-to-run-specified-test#solution_2
96+
[defaults]: ./config/browsers#timeouts
97+
[how-to-check-test-stability]: ./guides/how-to-check-test-stability
98+
[how-to-read-browser-logs]: ./guides/how-to-read-browser-logs
9799
[how-to-run-test-in-file]: ./guides/how-to-run-specified-test#solution_1
98100
[how-to-skip-tests]: ./guides/how-to-skip-test-in-browsers
99-
[how-to-check-test-stability]: ./guides/how-to-check-test-stability
100-
[testplane-sets]: ./config/sets
101-
[retry-limiter]: ./plugins/retry-limiter
102-
[retry-progressive]: ./plugins/testplane-retry-progressive
103-
[sharp]: https://github.com/lovell/sharp
104-
[sessions-reuse]: ./config/browsers#tests_per_session
105-
[patterns-on-reject]: ./config/system#patterns_on_reject
106-
[assert-view-opts]: ./config/browsers#assert_view_opts
107-
[assert-view]: ./commands/browser/assertView
108-
[how-to-use-cdp]: ./guides/how-to-use-cdp
109-
[testplane-profiler]: https://github.com/gemini-testing/testplane-profiler
110-
[testplane-plugins-profiler]: https://github.com/gemini-testing/testplane-plugins-profiler
111101
[how-to-test-layout-under-login]: ./guides/how-to-test-layout-under-login
112-
[how-to-read-browser-logs]: ./guides/how-to-read-browser-logs
113-
[prepare-browser]: ./config/prepare-browser
114-
[defaults]: ./config/browsers#timeouts
115-
[commands]: ./commands/overview
116-
[html-reporter]: ./html-reporter/html-reporter-setup
102+
[how-to-use-cdp]: ./guides/how-to-use-cdp
117103
[html-reporter-diff]: ./html-reporter/html-reporter-setup#diffmode
104+
[html-reporter-extension-points]: ./html-reporter/html-reporter-plugins#extension_points
118105
[html-reporter-gui]: ./html-reporter/html-reporter-commands#gui
106+
[html-reporter-plugins]: ./html-reporter/html-reporter-plugins
107+
[html-reporter]: ./html-reporter/html-reporter-setup
108+
[mocha]: https://mochajs.org
109+
[patterns-on-reject]: ./config/system#patterns_on_reject
119110
[plugins]: https://github.com/gemini-testing/
120-
[testplane-events]: ./reference/testplane-events
121-
[html-reporter-extension-points]: ./html-reporter/html-reporter-plugins#extension_points
111+
[prepare-browser]: ./config/prepare-browser
112+
[retry-limiter]: ./plugins/retry-limiter
113+
[retry-progressive]: ./plugins/testplane-retry-progressive
114+
[sessions-reuse]: ./config/browsers#tests_per_session
115+
[sharp]: https://github.com/lovell/sharp
116+
[testplane-chunks]: ./plugins/testplane-chunks
122117
[testplane-cli]: ./reference/testplane-events#cli
123-
[html-reporter-plugins]: ./html-reporter/html-reporter-plugins
118+
[testplane-events]: ./reference/testplane-events
119+
[testplane-option-grep]: ./guides/how-to-run-specified-test#solution_2
120+
[testplane-plugins-profiler]: https://github.com/gemini-testing/testplane-plugins-profiler
121+
[testplane-profiler]: https://github.com/gemini-testing/testplane-profiler
122+
[testplane-sets]: ./config/sets
124123
[testplane-workers]: ./config/system#workers
124+
[webdriverio-api]: https://webdriver.io/docs/api

0 commit comments

Comments
 (0)