Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/basic-guides/browsers-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Admonition from "@theme/Admonition";

# Browsers

<Admonition title="What you will learn">
<Admonition type="info" title="What you will learn">

- How Testplane works with browsers
- How to describe browsers in configuration
Expand Down
2 changes: 1 addition & 1 deletion docs/basic-guides/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Admonition from "@theme/Admonition";

# Configuration

<Admonition title="What you will learn">
<Admonition type="info" title="What you will learn">

- Where Testplane looks for the configuration file
- How to override settings without modifying the configuration file
Expand Down
2 changes: 1 addition & 1 deletion docs/basic-guides/custom-commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import AddElementCommandExample from "@site/docs/reference/config/_partials/exam

Testplane allows you to enhance your test suites by adding custom commands. These commands can streamline repetitive tasks, encapsulate complex actions, and improve code readability.

<Admonition title="What you'll learn">
<Admonition type="info" title="What you'll learn">

- How to add custom commands to the browser object.
- How to add custom commands to elements.
Expand Down
2 changes: 1 addition & 1 deletion docs/basic-guides/organizing-tests.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Admonition from "@theme/Admonition";

# Organizing and Annotating Tests

<Admonition title="What you will learn">
<Admonition type="info" title="What you will learn">

- How to group tests into sets for running depending on platform and scenario
- How to use tags for filtering tests
Expand Down
2 changes: 1 addition & 1 deletion docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ And that’s not all.
[how-to-test-layout-under-login]: ./guides/how-to-test-layout-under-login
[how-to-use-cdp]: ./guides/how-to-use-cdp
[html-reporter-diff]: ./html-reporter/html-reporter-setup#diffmode
[html-reporter-extension-points]: ./html-reporter/html-reporter-plugins#extension_points
[html-reporter-extension-points]: ./html-reporter/html-reporter-plugins-api#extension-points
[html-reporter-gui]: ./html-reporter/html-reporter-commands#gui
[html-reporter-plugins]: ./html-reporter/html-reporter-plugins
[html-reporter]: ./html-reporter/html-reporter-setup
Expand Down
6 changes: 5 additions & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ const config: Config = {
projectName: "testplane-docs",

onBrokenLinks: "throw",
onBrokenMarkdownLinks: "throw",
markdown: {
hooks: {
onBrokenMarkdownLinks: "throw",
},
},

trailingSlash: true,

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Admonition from "@theme/Admonition";

# Браузеры

<Admonition title="Что вы узнаете">
<Admonition type="info" title="Что вы узнаете">

- Как Testplane работает с браузерами
- Как описать браузеры в конфигурации
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Admonition from "@theme/Admonition";

# Конфигурация

<Admonition title="Что вы узнаете">
<Admonition type="info" title="Что вы узнаете">

- Где Testplane ищет конфигурационный файл
- Как переопределить настройки без изменения конфигурационного файла
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import AddElementCommandExample from "@site/docs/reference/config/_partials/exam

Для удобства тестирования Testplane позволяет расширять интерфейс браузера и элементов пользовательскими командами. Эти команды могут упростить повторяющиеся задачи, инкапсулировать сложные действия и повысить читаемость кода.

<Admonition title="Что вы узнаете">
<Admonition type="info" title="Что вы узнаете">

- Как добавлять пользовательские команды в объект браузера.
- Как добавлять пользовательские команды в элементы.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Admonition from "@theme/Admonition";

# Организация и аннотирование тестов

<Admonition title="Что вы узнаете">
<Admonition type="info" title="Что вы узнаете">

- Как группировать тесты в сеты для запуска в зависимости от платформы и сценария
- Как использовать теги для фильтрации тестов
Expand Down
2 changes: 1 addition & 1 deletion i18n/ru/docusaurus-plugin-content-docs/current/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
[how-to-test-layout-under-login]: ./guides/how-to-test-layout-under-login
[how-to-use-cdp]: ./guides/how-to-use-cdp
[html-reporter-diff]: ./html-reporter/html-reporter-setup#diffmode
[html-reporter-extension-points]: ./html-reporter/html-reporter-plugins#extension_points
[html-reporter-extension-points]: ./html-reporter/html-reporter-plugins-api#extension-points
[html-reporter-gui]: ./html-reporter/html-reporter-commands#gui
[html-reporter-plugins]: ./html-reporter/html-reporter-plugins
[html-reporter]: ./html-reporter/html-reporter-setup
Expand Down
Loading
Loading