-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add info about "passive" option and "testplane.also.in" helper
- Loading branch information
Showing
4 changed files
with
27 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -249,6 +249,7 @@ windowSize: { | |
<tr><td>[retry](#retry)</td><td>Number</td><td>0</td><td>Сколько раз нужно перезапускать падающий тест.</td></tr> | ||
<tr><td>[shouldRetry](#should_retry)</td><td>Function</td><td>_см. описание_</td><td>Функция, которая определяет нужен ли ретрай. По умолчанию задается функция, которая возвращает _true_, если _retry > 0,_ и _false_, если _retry == 0_.</td></tr> | ||
<tr><td>[strictTestsOrder](#strict_test_order)</td><td>Boolean</td><td>false</td><td>Гарантировать строгий порядок тестов. Если _true_, то функция API _testplane.readTests_ будет всегда возвращать один и тот же результат.</td></tr> | ||
<tr><td>[passive](#passive)</td><td>Boolean</td><td>false</td><td>Позволяет сделать браузер пассивным, в котором тесты не запускаются по умолчанию. _Доступна с [email protected]_.</td></tr> | ||
|
||
</tbody> | ||
</table> | ||
|
@@ -279,7 +280,7 @@ windowSize: { | |
|
||
<table> | ||
<thead> | ||
<tr><td>ctx</td><td>Object</td><td>Данные об упавшем тесте: _\{ id(): string; browserId: string; sessionId: string; }_.</td></tr> | ||
<tr><td>ctx</td><td>Object</td><td>Данные об упавшем тесте: _\{ id(): string; browserId: string; sessionId: string; }_.</td></tr> | ||
</thead> | ||
<tbody> | ||
<tr><td>retriesLeft</td><td>Number</td><td>Число оставшихся ретраев</td></tr> | ||
|
@@ -291,6 +292,17 @@ windowSize: { | |
|
||
Данная опция включает гарантию строгого порядка чтения тестов. По умолчанию: `false`. | ||
|
||
### passive {#passive} | ||
|
||
<Admonition type="warning"> | ||
Доступна с [email protected]. Не работает вместе с устаревшим плагином | ||
[hermione-passive-browsers](https://github.com/gemini-testing/testplane-passive-browsers). | ||
</Admonition> | ||
|
||
Позволяет сделать браузер пассивным, в котором тесты не запускаются по умолчанию. С помощью хелпера [testplane.also.in][testplane-also-in-helper] можно включить тест или сьют, перед которым он указан. | ||
|
||
По умолчанию: `false`. | ||
|
||
## Информация о тесте и падении {#info_when_test_fails} | ||
|
||
<table> | ||
|
@@ -652,3 +664,4 @@ RequestOptions => RequestOptions; | |
[system-mocha-opts]: ../system#mocha_opts | ||
[element-wait-until]: ../../commands/element/waitUntil | ||
[how-to-use-cdp]: ../../guides/how-to-use-cdp | ||
[testplane-also-in-helper]: ../../guides/how-to-skip-test-in-browsers#solution_4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters