File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
i18n/ru/docusaurus-plugin-content-docs/current/commands/browser Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,15 @@ const stateDump: SaveStateData = await browser.saveState({
7171 Function for filtering cookies, receiving cookie objects, and returning boolean.
7272 </td >
7373 </tr >
74+ <tr >
75+ <td >keepFile</td >
76+ <td >` boolean ` </td >
77+ <td >` false ` </td >
78+ <td >
79+ Keep the state file after tests finish (it is deleted by default).{ " " }
80+ <Version version = " 8.38.0" />
81+ </td >
82+ </tr >
7483 </tbody >
7584</table >
7685
Original file line number Diff line number Diff line change @@ -69,6 +69,15 @@ const stateDump: SaveStateData = await browser.saveState({
6969 <td >` - ` </td >
7070 <td >Функция для фильтрации кук, принимает объект куки и возвращает boolean.</td >
7171 </tr >
72+ <tr >
73+ <td >keepFile</td >
74+ <td >` boolean ` </td >
75+ <td >` false ` </td >
76+ <td >
77+ Сохранять файл состояния после завершения тестов (по умолчанию он удаляется).
78+ <Version version = " 8.38.0" />
79+ </td >
80+ </tr >
7281 </tbody >
7382</table >
7483
You can’t perform that action at this time.
0 commit comments