добавление теста через папку.

This commit is contained in:
2023-11-20 20:17:59 +03:00
parent 0dd1bbc8f6
commit 0cfa94eba8
5 changed files with 82 additions and 11 deletions

View File

@@ -351,7 +351,7 @@ public class PerformSapforTask extends Pass_2021<SapforTask> {
@Override
protected void body() throws Exception {
target.StartDate = new Date().getTime();
target.versions.add(new SapforVersion_json(target.test_description, "исходная"));
target.versions.add(new SapforVersion_json(target.test_description, ""));
for (PassCode_2021 code : sapforConfiguration_json.codes) {
if (parse()) {
if (code.equals(PassCode_2021.CreateParallelVariants))