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
<?xml version="1.0" encoding="utf-8"?>
<TestPlan type="OpenTap.TestPlan">
  <Steps>
    <TestStep type="OpenTap.Engine.UnitTests.TestTestSteps.RunOnOs" Id="602f7a42-41d3-48c8-9b7f-7cce86983212" OpenTap.Visibility="Visible">
      <OperatingSystem>Windows</OperatingSystem>
      <Name Metadata="Step Name">Run On {OperatingSystem}</Name>
      <ChildTestSteps>
        <TestStep type="OpenTap.Plugins.BasicSteps.ProcessStep" Id="aa23442b-dc13-419d-9cf7-3e47864543fc">
          <Application>tap</Application>
          <Arguments>package install Demonstration</Arguments>
          <WorkingDirectory></WorkingDirectory>
          <EnvironmentVariables />
          <Timeout>0</Timeout>
          <AddToLog>true</AddToLog>
          <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>
          <Name Metadata="Step Name">Install Demonstration</Name>
        </TestStep>
      </ChildTestSteps>
    </TestStep>
    <TestStep type="OpenTap.Engine.UnitTests.TestTestSteps.RunOnOs" Id="b6f6e377-9dda-4f30-9eb5-0227eb5d9f33" OpenTap.Visibility="Visible">
      <OperatingSystem>Linux</OperatingSystem>
      <Name Metadata="Step Name">Run On {OperatingSystem}</Name>
      <ChildTestSteps>
        <TestStep type="OpenTap.Plugins.BasicSteps.ProcessStep" Id="52cce158-c58d-42a2-9589-625bb8d34cd2">
          <Application>tap</Application>
          <Arguments>package install Demonstration</Arguments>
          <WorkingDirectory></WorkingDirectory>
          <EnvironmentVariables />
          <Timeout>0</Timeout>
          <AddToLog>true</AddToLog>
          <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>
          <Name Metadata="Step Name">Install Demonstration</Name>
        </TestStep>
      </ChildTestSteps>
    </TestStep>
  </Steps>
  <OpenTap.Description>This tests the very basic capability of being able to install a package</OpenTap.Description>
</TestPlan>