Skip to content

Commit

Permalink
Automated deployment: Sun Feb 2 10:29:09 UTC 2025 da96fed
Browse files Browse the repository at this point in the history
  • Loading branch information
Pr-Mex committed Feb 2, 2025
1 parent bee9c4c commit 78547f5
Show file tree
Hide file tree
Showing 8 changed files with 80 additions and 38 deletions.
14 changes: 7 additions & 7 deletions dev/Changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -383,11 +383,11 @@
<ul class="md-nav__list" data-md-scrollfix>

<li class="md-nav__item">
<a href="#1204140" class="md-nav__link">
1.2.041.40
<a href="#120421" class="md-nav__link">
1.2.042.1
</a>

<nav class="md-nav" aria-label="1.2.041.40">
<nav class="md-nav" aria-label="1.2.042.1">
<ul class="md-nav__list">

<li class="md-nav__item">
Expand Down Expand Up @@ -2317,11 +2317,11 @@
<ul class="md-nav__list" data-md-scrollfix>

<li class="md-nav__item">
<a href="#1204140" class="md-nav__link">
1.2.041.40
<a href="#120421" class="md-nav__link">
1.2.042.1
</a>

<nav class="md-nav" aria-label="1.2.041.40">
<nav class="md-nav" aria-label="1.2.042.1">
<ul class="md-nav__list">

<li class="md-nav__item">
Expand Down Expand Up @@ -3711,7 +3711,7 @@


<h1 id="_1">История версий<a class="headerlink" href="#_1" title="Permanent link">&para;</a></h1>
<h2 id="1204140">1.2.041.40<a class="headerlink" href="#1204140" title="Permanent link">&para;</a></h2>
<h2 id="120421">1.2.042.1<a class="headerlink" href="#120421" title="Permanent link">&para;</a></h2>
<h3 id="_2">Новые возможности<a class="headerlink" href="#_2" title="Permanent link">&para;</a></h3>
<ul>
<li>Настройка для стабилизации выполнения тестов - МаксимальноеВремяВыполненияДействия #2135</li>
Expand Down
6 changes: 6 additions & 0 deletions dev/FAQ/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1282,6 +1282,12 @@ <h1 id="-">Обычный шаг стал шагом-условием<a class="h
<code>И Я запоминаю значение переменной среды 'CI_COMMIT_TAG' в переменную 'ЗначениеПеременнойСреды'
Если 'НЕ ЗначениеЗаполнено(Контекст.ЗначениеПеременнойСреды)' Тогда
Затем я останавливаю выполнение сценария "Passed"</code></li>
<li>Как сделать, чтобы завершение серверного вызова не затирало текст в редактируемом поле</li>
<li>Чтобы отключить в текущей форме надо использовать шаг
<code>И я отключаю обновление текста редактирования полей в текущем окне (расширение)</code></li>
<li>Чтобы отключить для всех окон клиента тестирования надо включить настройку Vanessa Automation
<code>И я устанавливаю флаг настройки Vanessa Automation "ОтключатьДляПолейВозможностьЗатиранияТекстаПриСерверномВызове"</code></li>
<li>В этом случае при каждом вызове шага "Тогда открылось окно" будет изменяться свойство "ОбновлениеТекстаРедактирования" у полей текущей формы клиента тестирования</li>
</ol>


Expand Down
38 changes: 36 additions & 2 deletions dev/JsonParams/JsonParamsEN/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@ <h2 id="global-variables">Global variables<a class="headerlink" href="#global-va
<p>Special</p>
<ul>
<li><strong>GlobalVars {GlobalVars}</strong>:
An array of key and value objects. This array will be loaded into global variables and will be available when executing the script in the ContextSaved object.</li>
Структура, в которой будут находиться пары: ключ и значение. Данная структура будет загружена в глобальные переменные и эти переменные будут доступны при выполнении сценария в объекте КонтекстСохраняемый.</li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -1245,6 +1245,13 @@ <h2 id="main-settings">Main settings<a class="headerlink" href="#main-settings"
The catalog of Vanessa Automation data processor. This field must be filled on the standard installation.
When working with Vanessa Automation Single it is allowed to leave the field blank.</p>
</li>
<li>
<p><strong>TemporaryFilesDirectory</strong>:
The directory in which temporary script files will be created.
If a setting value is specified, then temporary script files will be created in it. If the setting value is not specified, then the user's temporary directory will be used. Usually this
"C:\USERS%username%\APPDATA\LOCAL\TEMP".
Setting is necessary because... Vanessa Automation can create bat files to run system commands, and some operating systems may prohibit running such files from the user's temporary directory.</p>
</li>
</ul>
</li>
<li>
Expand All @@ -1263,12 +1270,16 @@ <h2 id="main-settings">Main settings<a class="headerlink" href="#main-settings"
Path to the script configuration file (the configuration file can be created on the "Script Settings" tab in the "Smoke Test Generator" window).</p>
</li>
<li>
<p><strong>SmokeTestsCleanDirectoryOutputFiles</strong>:
If set, feature files in the output files directory will be deleted before tests are generated.</p>
</li>
<li>
<p><strong>SmokeTestsOnlyEnteredObjects</strong>:
When this flag is enabled, only objects for which there is at least one element not marked for deletion in the current infobase will participate in the generation of feature files of extended actions.</p>
</li>
<li>
<p><strong>SmokeTestsOnlyChangedRelativeToVendorConfiguration</strong>:
When this flag is enabled, only objects changed relative to the provider configuration will participate in the generation of feature files. To build a report on comparing configurations, the current infobase configurator will be launched.</p>
When this flag is enabled, only objects changed relative to the provider configuration will participate in the generation of feature files. To build a report on comparing configurations, the current infobase configurator will be launched with the current user and an empty password.</p>
</li>
<li>
<p><strong>SmokeTestsVendorConfigurationName</strong>:
Expand Down Expand Up @@ -1504,6 +1515,15 @@ <h2 id="running-scenarios">Running scenarios<a class="headerlink" href="#running
If the setting specifies a value of more than one, then if the script was not executed successfully, several more attempts to execute the script will be made.</p>
</li>
<li>
<p><strong>DisableForFieldsAbilityToOverwriteTextWhenServerCall</strong>:
There is a problem that when synchronizing the state of the form after the server call has completed, the text that the user is currently editing may be overwritten.
In tests, this can manifest itself in such a way that the test entered a value into a field, but before it began working with another field, this value was returned to its previous state.
This option enables a mechanism where the "EditTextUpdate" property of form fields will change after calling the step
<code>Gherkin
Then "WindowTitle" window is opened</code>
For this option to work, the VAExtension extension must be installed in the testing client database.</p>
</li>
<li>
<p><strong>numberofattemptstoperformanaction</strong>:
Sets maximum tries number for multiple steps.
Increasing this parameter may make scenarios execution more stable on the weak hardware.</p>
Expand Down Expand Up @@ -1531,6 +1551,12 @@ <h2 id="running-scenarios">Running scenarios<a class="headerlink" href="#running
And I wait the window with header different from "WindowTitle" opening in 60 seconds</code></p>
</li>
<li>
<p><strong>MaximumExecutionTimeAction</strong>:
Sets the maximum execution time for actions that return a value to the test manager.
If the specified time is exceeded, the exception "The maximum execution time of the action on the testing client side has been exceeded" is generated. In this case, the action will continue.
If the parameter is 0, commands wait until the end of execution without checking the elapsed time since the start of execution.</p>
</li>
<li>
<p><strong>safeexecutionofsteps</strong>:
Adds delay for multiple actions, which may cause unstable scenario execution, e.g.: move to line, field value check etc.
This option slow the execution down .</p>
Expand Down Expand Up @@ -1826,6 +1852,14 @@ <h2 id="scenario-report">Scenario report<a class="headerlink" href="#scenario-re
<p><strong>modelingreportpath</strong>:
Report directory.</p>
</li>
<li>
<p><strong>ModelingConfigurationName</strong>:
Configuration name for the report</p>
</li>
<li>
<p><strong>ModelingConfigurationVersion</strong>:
Configuration version for report</p>
</li>
</ul>
</li>
<li>
Expand Down
2 changes: 1 addition & 1 deletion dev/JsonParams/JsonParamsRU/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@ <h2 id="_1">Глобальные переменные<a class="headerlink" href=
<p>Специальные</p>
<ul>
<li><strong>GlobalVars {GlobalVars}</strong>:
Массив объектов вида ключ и значение. Данный массив будет загружен в глобальные переменные и будет доступен при выполнении сценария в объекте КонтекстСохраняемый.</li>
Структура, в которой будут находиться пары: ключ и значение. Данная структура будет загружена в глобальные переменные и эти переменные будут доступны при выполнении сценария в объекте КонтекстСохраняемый.</li>
</ul>
</li>
</ul>
Expand Down
14 changes: 8 additions & 6 deletions dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1302,8 +1302,8 @@ <h1 id="vanessa-automation">Vanessa Automation<a class="headerlink" href="#vanes
<a href="https://t.me/testspro1c"><img alt="telegram" src="https://img.shields.io/badge/telegram-chat-green.svg" /></a></p>
<h2 id="bdd-for-1enterprise">BDD for 1С:Enterprise<a class="headerlink" href="#bdd-for-1enterprise" title="Permanent link">&para;</a></h2>
<ul>
<li>Текущий <strong>мажорный</strong> релиз <a href="https://github.com/Pr-Mex/vanessa-automation/releases/tag/1.2.041.1">1.2.041.1</a></li>
<li>Текущий <strong>минорный</strong> релиз <a href="https://github.com/Pr-Mex/vanessa-automation/releases/tag/1.2.041.37">1.2.041.37</a></li>
<li>Текущий <strong>мажорный</strong> релиз <a href="https://github.com/Pr-Mex/vanessa-automation/releases/tag/1.2.042.1">1.2.042.1</a></li>
<li>Текущий <strong>минорный</strong> релиз <a href="https://github.com/Pr-Mex/vanessa-automation/releases/tag/1.2.042.1">1.2.042.1</a></li>
<li>Разработка ведется в ветке <a href="https://github.com/Pr-Mex/vanessa-automation/tree/develop">Develop</a>.</li>
<li><a href="https://t.me/testspro1c">Обсудить Ванессу</a> в телеграм группе, и обсудить всё, что связано с тестированием в 1С.</li>
<li><a href="https://t.me/VanessaAutomation">Подписаться на новости о проекте</a> в телеграм канале.</li>
Expand Down Expand Up @@ -1335,6 +1335,7 @@ <h2 id="vanessa-automation_1">Статьи по Vanessa Automation<a class="head
<li><a href="https://infostart.ru/1c/articles/1342422/">Практика применения DevOps. Тестирование</a></li>
<li><a href="https://habr.com/ru/companies/samolet/articles/803345/">Как настроить тестирование с Vanessa Automation и Gitlab с нуля</a></li>
<li><a href="https://habr.com/ru/companies/croc/articles/861134/">Как убить трех зайцев одним сценарием: опыт использования Vanessa-Automation</a></li>
<li><a href="https://infostart.ru/1c/articles/2299156/">Леонид Паутов, Анастасия Андриянова. Промышленное тестирование конфигураций в 1С</a></li>
</ul>
<h2 id="vanessa-automation_2">СППР + Vanessa Automation<a class="headerlink" href="#vanessa-automation_2" title="Permanent link">&para;</a></h2>
<ul>
Expand All @@ -1356,6 +1357,7 @@ <h2 id="_3">Видео материалы<a class="headerlink" href="#_3" title=
<li><a href="https://www.youtube.com/watch?v=NIY9HdO5Xc0">SoftOnIt. Кружок 1С #8 Тестирование 1С, с помощью "vanessa-automation".</a></li>
<li><a href="https://youtu.be/FQLX8TlpGvo">Митап «Запускаем дымовые тесты с помощью Vanessa-Automation»</a></li>
<li><a href="https://www.youtube.com/watch?v=v3FKzo86c8A">Андрей Хашкин. Опыт применения Vanessa-Automation и других инструментов для обучения и тестирования</a></li>
<li><a href="https://infostart.ru/video/w2299237/">Леонид Паутов, Анастасия Андриянова. Промышленное тестирование конфигураций в 1С</a></li>
</ul>
<h2 id="_4">Курсы<a class="headerlink" href="#_4" title="Permanent link">&para;</a></h2>
<ul>
Expand Down Expand Up @@ -1406,26 +1408,26 @@ <h2 id="_7">Сборка из исходников<a class="headerlink" href="#_
<h2 id="onescript">Установка через OneScript<a class="headerlink" href="#onescript" title="Permanent link">&para;</a></h2>
<p>Для обычной сборки</p>
<ul>
<li>Для текущей мажорной версии (например 1.2.041.1)</li>
<li>Для текущей мажорной версии (например 1.2.042.1)</li>
</ul>
<div class="codehilite"><pre><span></span><code>opm install vanessa-automation
</code></pre></div>

<ul>
<li>Для текущей релизной версии (например 1.2.041.22)</li>
<li>Для текущей релизной версии (например 1.2.042.10)</li>
</ul>
<div class="codehilite"><pre><span></span><code><span class="n">opm</span><span class="w"> </span><span class="n">install</span><span class="w"> </span><span class="n">vanessa</span><span class="o">-</span><span class="n">automation</span><span class="nv">@SNAPSHOT</span>
</code></pre></div>

<p>Для сборки VASingle.</p>
<ul>
<li>Для текущей мажорной версии (например 1.2.041.1)</li>
<li>Для текущей мажорной версии (например 1.2.042.1)</li>
</ul>
<div class="codehilite"><pre><span></span><code>opm install vanessa-automation-single
</code></pre></div>

<ul>
<li>Для текущей релизной версии (например 1.2.041.22)</li>
<li>Для текущей релизной версии (например 1.2.042.10)</li>
</ul>
<div class="codehilite"><pre><span></span><code><span class="n">opm</span><span class="w"> </span><span class="n">install</span><span class="w"> </span><span class="n">vanessa</span><span class="o">-</span><span class="n">automation</span><span class="o">-</span><span class="n">single</span><span class="nv">@SNAPSHOT</span>
</code></pre></div>
Expand Down
2 changes: 1 addition & 1 deletion dev/search/search_index.json

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions dev/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,86 +2,86 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://pr-mex.github.io/vanessa-automation/dev/</loc>
<lastmod>2025-01-19</lastmod>
<lastmod>2025-02-02</lastmod>
</url>
<url>
<loc>https://pr-mex.github.io/vanessa-automation/dev/Changelog/</loc>
<lastmod>2025-01-19</lastmod>
<lastmod>2025-02-02</lastmod>
</url>
<url>
<loc>https://pr-mex.github.io/vanessa-automation/dev/CommandSetting/CommandSetting/</loc>
<lastmod>2025-01-19</lastmod>
<lastmod>2025-02-02</lastmod>
</url>
<url>
<loc>https://pr-mex.github.io/vanessa-automation/dev/FAQ/</loc>
<lastmod>2025-01-19</lastmod>
<lastmod>2025-02-02</lastmod>
</url>
<url>
<loc>https://pr-mex.github.io/vanessa-automation/dev/FAQ/KnownProblems/</loc>
<lastmod>2025-01-19</lastmod>
<lastmod>2025-02-02</lastmod>
</url>
<url>
<loc>https://pr-mex.github.io/vanessa-automation/dev/FAQ/MakeAutoVideo/</loc>
<lastmod>2025-01-19</lastmod>
<lastmod>2025-02-02</lastmod>
</url>
<url>
<loc>https://pr-mex.github.io/vanessa-automation/dev/FAQ/NotAdd/</loc>
<lastmod>2025-01-19</lastmod>
<lastmod>2025-02-02</lastmod>
</url>
<url>
<loc>https://pr-mex.github.io/vanessa-automation/dev/FAQ/%D0%91%D1%80%D0%B0%D1%83%D0%B7%D0%B5%D1%80/</loc>
<lastmod>2025-01-19</lastmod>
<lastmod>2025-02-02</lastmod>
</url>
<url>
<loc>https://pr-mex.github.io/vanessa-automation/dev/FAQ/%D0%A0%D0%B5%D0%B6%D0%B8%D0%BC%20%D1%81%D0%BE%D0%B2%D0%BC%D0%B5%D1%81%D1%82%D0%B8%D0%BC%D0%BE%D1%81%D1%82%D0%B8%208.2/</loc>
<lastmod>2025-01-19</lastmod>
<lastmod>2025-02-02</lastmod>
</url>
<url>
<loc>https://pr-mex.github.io/vanessa-automation/dev/InteractiveHelp/Onboarding/</loc>
<lastmod>2025-01-19</lastmod>
<lastmod>2025-02-02</lastmod>
</url>
<url>
<loc>https://pr-mex.github.io/vanessa-automation/dev/InteractiveHelp/SettingUpInteractiveHelp/</loc>
<lastmod>2025-01-19</lastmod>
<lastmod>2025-02-02</lastmod>
</url>
<url>
<loc>https://pr-mex.github.io/vanessa-automation/dev/InteractiveHelp/VanessaInteractiveDemo/</loc>
<lastmod>2025-01-19</lastmod>
<lastmod>2025-02-02</lastmod>
</url>
<url>
<loc>https://pr-mex.github.io/vanessa-automation/dev/InteractiveHelp/%D0%97%D0%B0%D0%BF%D1%83%D1%81%D0%BA%D0%91%D0%B5%D0%B7%D0%9E%D1%82%D0%BA%D1%80%D1%8B%D1%82%D0%B8%D1%8F%D0%A4%D0%BE%D1%80%D0%BC%D1%8B/</loc>
<lastmod>2025-01-19</lastmod>
<lastmod>2025-02-02</lastmod>
</url>
<url>
<loc>https://pr-mex.github.io/vanessa-automation/dev/JsonParams/JsonParamsEN/</loc>
<lastmod>2025-01-19</lastmod>
<lastmod>2025-02-02</lastmod>
</url>
<url>
<loc>https://pr-mex.github.io/vanessa-automation/dev/JsonParams/JsonParamsRU/</loc>
<lastmod>2025-01-19</lastmod>
<lastmod>2025-02-02</lastmod>
</url>
<url>
<loc>https://pr-mex.github.io/vanessa-automation/dev/MakeVASingle/MakeVASingle/</loc>
<lastmod>2025-01-19</lastmod>
<lastmod>2025-02-02</lastmod>
</url>
<url>
<loc>https://pr-mex.github.io/vanessa-automation/dev/ReturnStatus/ReturnStatus/</loc>
<lastmod>2025-01-19</lastmod>
<lastmod>2025-02-02</lastmod>
</url>
<url>
<loc>https://pr-mex.github.io/vanessa-automation/dev/Smoke/Smoke/</loc>
<lastmod>2025-01-19</lastmod>
<lastmod>2025-02-02</lastmod>
</url>
<url>
<loc>https://pr-mex.github.io/vanessa-automation/dev/TestDataGenerator/TestDataGenerator/</loc>
<lastmod>2025-01-19</lastmod>
<lastmod>2025-02-02</lastmod>
</url>
<url>
<loc>https://pr-mex.github.io/vanessa-automation/dev/VAExtension/VAExtension/</loc>
<lastmod>2025-01-19</lastmod>
<lastmod>2025-02-02</lastmod>
</url>
<url>
<loc>https://pr-mex.github.io/vanessa-automation/dev/mobile/mobile/</loc>
<lastmod>2025-01-19</lastmod>
<lastmod>2025-02-02</lastmod>
</url>
</urlset>
Binary file modified dev/sitemap.xml.gz
Binary file not shown.

0 comments on commit 78547f5

Please sign in to comment.