запись результатов тестирования в файлы. пока думаю как лучше.
This commit is contained in:
@@ -228,8 +228,8 @@ public class StartSapforTests extends Pass_2021<SapforScenario> {
|
||||
ShowMessage2("Создание настроек");
|
||||
GlobalProperties properties = new GlobalProperties();
|
||||
properties.Mode = Current.Mode.Scenario;
|
||||
properties.threadsNum = 1;
|
||||
properties.threadsTimeout = 5000;
|
||||
properties.threadsNum = 4;
|
||||
properties.threadsTimeout = 2000;
|
||||
//----
|
||||
Utils.jsonToFile(properties, new File(target.workspace, "properties"));
|
||||
//----
|
||||
|
||||
Reference in New Issue
Block a user