chr
2026-04-05 fe750b791d5b517cc4e9bc8e99a9a75139a0cfba
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
<?xml version="1.0" encoding="utf-8"?>
<TestPlan type="OpenTap.TestPlan" Locked="false">
  <Steps>
    <TestStep type="OpenTap.Engine.UnitTests.TestTestSteps.RemoveDirectory" Version="0.0.0.0" Id="45ab17b7-0999-4a4d-8b7a-a6fd7c4cf4dc">
      <Path>../../NewProj3</Path>
      <Enabled>true</Enabled>
      <Name Metadata="Step Name">Remove {Path}</Name>
      <ChildTestSteps />
      <BreakConditions>Inherit</BreakConditions>
    </TestStep>
    <TestStep type="OpenTap.Engine.UnitTests.TestTestSteps.CreateDirectoryStep" Version="0.0.0.0" Id="3a8e33d7-d7f9-4d58-868b-c38acbf0c15e">
      <Directory>../../NewProj3</Directory>
      <Enabled>true</Enabled>
      <Name Metadata="Step Name">Create Directory: {Directory}</Name>
      <ChildTestSteps />
      <BreakConditions>Inherit</BreakConditions>
    </TestStep>
    <TestStep type="OpenTap.Engine.UnitTests.TestTestSteps.WriteFileStep" Version="0.0.0.0" Id="45f82fc0-8acf-41b2-8472-2c1b9db25f32">
      <String>&lt;Project Sdk="Microsoft.NET.Sdk"&gt;
  &lt;PropertyGroup&gt;
  &lt;TargetFrameworkIdentifier&gt;&lt;/TargetFrameworkIdentifier&gt;
    &lt;TargetFrameworkVersion&gt;&lt;/TargetFrameworkVersion&gt;
    &lt;TargetFramework&gt;net9&lt;/TargetFramework&gt;
    &lt;AppendTargetFrameworkToOutputPath&gt;false&lt;/AppendTargetFrameworkToOutputPath&gt;
    &lt;CopyLocalLockFileAssemblies&gt;true&lt;/CopyLocalLockFileAssemblies&gt;
   &lt;OutputPath&gt;bin/Debug&lt;/OutputPath&gt;
  &lt;/PropertyGroup&gt;
  &lt;ItemGroup&gt;
    &lt;PackageReference Include="OpenTAP" Version="9.29.0-rc.3" /&gt;
  &lt;/ItemGroup&gt;
&lt;/Project&gt;</String>
      <File>../../NewProj3/NewProj3.csproj</File>
      <Enabled>true</Enabled>
      <Name Metadata="Step Name">Write {File}</Name>
      <ChildTestSteps />
      <BreakConditions>Inherit</BreakConditions>
    </TestStep>
    <TestStep type="OpenTap.Engine.UnitTests.TestTestSteps.WriteFileStep" Version="0.0.0.0" Id="87ef4ac9-541e-4add-8c40-7303cdccda87">
      <String>
        <Base64>PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPFBhY2thZ2UgTmFtZT0iTmV3UHJvajMiIHhtbG5zPSJodHRwOi8vb3BlbnRhcC5pby9zY2hlbWFzL3BhY2thZ2UiIEluZm9MaW5rPSIiIFZlcnNpb249IjEuMi4zLWFscGhhIj4KICA8RmlsZXM+CiAgICA8RmlsZSBQYXRoPSJQYWNrYWdlcy9OZXdQcm9qMy9OZXdQcm9qMy5kbGwiIFNvdXJjZVBhdGg9Ik5ld1Byb2ozLmRsbCI+CiAgICAgICAgICA8U2V0QXNzZW1ibHlJbmZvIEF0dHJpYnV0ZXM9IlZlcnNpb24iLz4KICAgIDwvRmlsZT4KICA8L0ZpbGVzPgo8L1BhY2thZ2U+Cg==</Base64>
      </String>
      <File>../../NewProj3/package.xml</File>
      <Enabled>true</Enabled>
      <Name Metadata="Step Name">Write {File}</Name>
      <ChildTestSteps />
      <BreakConditions>Inherit</BreakConditions>
    </TestStep>
    <TestStep type="OpenTap.Plugins.BasicSteps.ProcessStep" Version="9.4.0-Development" Id="03572f31-123d-40de-b737-74c714b8cd31">
      <Application>dotnet</Application>
      <Arguments>build</Arguments>
      <WorkingDirectory>../../NewProj3</WorkingDirectory>
      <WaitForEnd>true</WaitForEnd>
      <Timeout>0</Timeout>
      <AddToLog>true</AddToLog>
      <LogHeader />
      <CheckExitCode>true</CheckExitCode>
      <RegularExpressionPattern>
        <Value>(.*)</Value>
        <IsEnabled>false</IsEnabled>
      </RegularExpressionPattern>
      <VerdictOnMatch>Pass</VerdictOnMatch>
      <VerdictOnNoMatch>Fail</VerdictOnNoMatch>
      <ResultRegularExpressionPattern>
        <Value>(.*)</Value>
        <IsEnabled>false</IsEnabled>
      </ResultRegularExpressionPattern>
      <ResultName>Regex Result</ResultName>
      <Behavior>GroupsAsDimensions</Behavior>
      <DimensionTitles></DimensionTitles>
      <Enabled>true</Enabled>
      <Name Metadata="Step Name">Run: {Application} {Command Line Arguments}</Name>
      <ChildTestSteps />
      <BreakConditions>Inherit</BreakConditions>
    </TestStep>
    <TestStep type="OpenTap.Plugins.BasicSteps.ProcessStep" Version="9.4.0-Development" Id="ef81482d-125b-4f3f-a1d5-eaf212d302fe">
      <Application>../../NewProj3/bin/Debug/tap</Application>
      <Arguments>package install ../../../bin/Release/OpenTap.Debug.TapPackage</Arguments>
      <WorkingDirectory>../../NewProj3/bin/Debug</WorkingDirectory>
      <WaitForEnd>true</WaitForEnd>
      <Timeout>0</Timeout>
      <AddToLog>true</AddToLog>
      <LogHeader />
      <CheckExitCode>true</CheckExitCode>
      <RegularExpressionPattern>
        <Value>(.*)</Value>
        <IsEnabled>false</IsEnabled>
      </RegularExpressionPattern>
      <VerdictOnMatch>Pass</VerdictOnMatch>
      <VerdictOnNoMatch>Fail</VerdictOnNoMatch>
      <ResultRegularExpressionPattern>
        <Value>(.*)</Value>
        <IsEnabled>false</IsEnabled>
      </ResultRegularExpressionPattern>
      <ResultName>Regex Result</ResultName>
      <Behavior>GroupsAsDimensions</Behavior>
      <DimensionTitles></DimensionTitles>
      <Enabled>true</Enabled>
      <Name Metadata="Step Name">Run: {Application} {Command Line Arguments}</Name>
      <ChildTestSteps />
      <BreakConditions>Inherit</BreakConditions>
      <OpenTap.Description>Install the current debug OpenTAP version instead of the one coming from the build.</OpenTap.Description>
    </TestStep>
    <TestStep type="OpenTap.Plugins.BasicSteps.ProcessStep" Version="9.4.0-Development" Id="9d65286c-5ada-4be1-ac31-647d0f7837ea">
      <Application>tap</Application>
      <Arguments>package create ../../package.xml</Arguments>
      <WorkingDirectory>../../NewProj3/bin/Debug</WorkingDirectory>
      <WaitForEnd>true</WaitForEnd>
      <Timeout>0</Timeout>
      <AddToLog>true</AddToLog>
      <LogHeader />
      <CheckExitCode>true</CheckExitCode>
      <RegularExpressionPattern>
        <Value>(.*)</Value>
        <IsEnabled>false</IsEnabled>
      </RegularExpressionPattern>
      <VerdictOnMatch>Pass</VerdictOnMatch>
      <VerdictOnNoMatch>Fail</VerdictOnNoMatch>
      <ResultRegularExpressionPattern>
        <Value>(.*)</Value>
        <IsEnabled>false</IsEnabled>
      </ResultRegularExpressionPattern>
      <ResultName>Regex Result</ResultName>
      <Behavior>GroupsAsDimensions</Behavior>
      <DimensionTitles></DimensionTitles>
      <Enabled>true</Enabled>
      <Name Metadata="Step Name">Run: {Application} {Command Line Arguments}</Name>
      <ChildTestSteps />
      <BreakConditions>Inherit</BreakConditions>
    </TestStep>
    <TestStep type="OpenTap.Plugins.BasicSteps.ProcessStep" Version="9.4.0-Development" Id="708f61c5-dab6-43be-a203-ff2541f43bc5">
      <Application>../../NewProj3/bin/Debug/tap</Application>
      <Arguments>package install NewProj3.1.2.3-alpha.TapPackage</Arguments>
      <WorkingDirectory>../../NewProj3/bin/Debug</WorkingDirectory>
      <WaitForEnd>true</WaitForEnd>
      <Timeout>0</Timeout>
      <AddToLog>true</AddToLog>
      <LogHeader />
      <CheckExitCode>true</CheckExitCode>
      <RegularExpressionPattern>
        <Value>(.*)</Value>
        <IsEnabled>false</IsEnabled>
      </RegularExpressionPattern>
      <VerdictOnMatch>Pass</VerdictOnMatch>
      <VerdictOnNoMatch>Fail</VerdictOnNoMatch>
      <ResultRegularExpressionPattern>
        <Value>(.*)</Value>
        <IsEnabled>false</IsEnabled>
      </ResultRegularExpressionPattern>
      <ResultName>Regex Result</ResultName>
      <Behavior>GroupsAsDimensions</Behavior>
      <DimensionTitles></DimensionTitles>
      <Enabled>true</Enabled>
      <Name Metadata="Step Name">Run: {Application} {Command Line Arguments}</Name>
      <ChildTestSteps />
      <BreakConditions>Inherit</BreakConditions>
    </TestStep>
    <TestStep type="OpenTap.Plugins.BasicSteps.SweepParameterStep" Version="9.4.0-Development" Id="e06a9bda-7d19-4e00-ba4c-604a75c93f55">
      <SweepValues>
        <SweepRow type="OpenTap.Plugins.BasicSteps.SweepRow">
          <Enabled>true</Enabled>
          <Loop>e06a9bda-7d19-4e00-ba4c-604a75c93f55</Loop>
          <Parameters_x0020__x005C__x0020_VersionType>FileVersion</Parameters_x0020__x005C__x0020_VersionType>
        </SweepRow>
        <SweepRow type="OpenTap.Plugins.BasicSteps.SweepRow">
          <Enabled>true</Enabled>
          <Loop>e06a9bda-7d19-4e00-ba4c-604a75c93f55</Loop>
          <Parameters_x0020__x005C__x0020_VersionType>SemanticVersion</Parameters_x0020__x005C__x0020_VersionType>
        </SweepRow>
      </SweepValues>
      <Selected>
        <KeyValuePairOfString>
          <Key>Parameters \ VersionType</Key>
          <Value>true</Value>
        </KeyValuePairOfString>
      </Selected>
      <Enabled>true</Enabled>
      <Name Metadata="Step Name">Sweep {Parameters}</Name>
      <ChildTestSteps>
        <TestStep type="OpenTap.Engine.UnitTests.TestTestSteps.ReadAssemblyVersionStep" Version="0.0.0.0" Id="a3dec63f-d7a9-4dd4-a23c-d56e885c9983">
          <File>../../NewProj3/bin/Debug/Packages/NewProj3/NewProj3.dll</File>
          <MatchVersion>1.2.3-alpha</MatchVersion>
          <VersionType Parameter="Parameters \ VersionType" Scope="e06a9bda-7d19-4e00-ba4c-604a75c93f55">SemanticVersion</VersionType>
          <Enabled>true</Enabled>
          <Name Metadata="Step Name">{VersionType}: {MatchVersion} of {File}</Name>
          <ChildTestSteps />
          <BreakConditions>Inherit</BreakConditions>
          <OpenTap.Description />
        </TestStep>
      </ChildTestSteps>
      <BreakConditions>Inherit</BreakConditions>
      <Parameters_x0020__x005C__x0020_VersionType>SemanticVersion</Parameters_x0020__x005C__x0020_VersionType>
    </TestStep>
  </Steps>
  <BreakConditions>BreakOnError, BreakOnFail</BreakConditions>
</TestPlan>