for Push.
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using KssSmaPlaLib.AutoTest.Script;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace KssSmaPlaLib.AutoTest.Script.Models
|
||||
{
|
||||
/// <summary>
|
||||
/// UIテストステップ全体情報
|
||||
/// </summary>
|
||||
public class StepInfoDTO
|
||||
{
|
||||
public List<ParsedStepDTO> StepList { get; set; } = new List<ParsedStepDTO>();
|
||||
public string InitialStepName { get; set; } // 最初に実行するステップ名
|
||||
public string Description { get; set; } // ステップ群の説明(任意)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user