|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <testsuites>
|
3 | 3 | <testsuite id="0" name="Errors" package="testsuite/Errors" tests="1" errors="0" failures="1" hostname="localhost" timestamp="2022-03-29T07:22:01.580122Z" time="0">
|
4 |
| - <testcase name="Feature: /tests/features/wait/invalid.feature" time="0"> |
5 |
| - <failure type="Parser Error" message="Failed to parse feature: Could not parse feature file: /tests/features/wait/invalid.feature" /> |
| 4 | + <testcase name="Feature: tests/features/wait/invalid.feature" time="0"> |
| 5 | + <failure type="Parser Error" message="Failed to parse feature: Could not parse feature file: tests/features/wait/invalid.feature"/> |
6 | 6 | </testcase>
|
7 | 7 | </testsuite>
|
8 |
| - <testsuite id="1" name="Feature: Basic: /tests/features/wait/rule.feature" package="testsuite/Feature: Basic: /tests/features/wait/rule.feature" tests="2" errors="0" failures="1" hostname="localhost" timestamp="2022-03-29T07:22:01.574719Z" time="0.000673"> |
9 |
| - <testcase name="Scenario: 1 sec: /tests/features/wait/rule.feature:6:3" time="0"> |
10 |
| - <skipped /> |
| 8 | + <testsuite id="1" name="Feature: Basic: tests/features/wait/rule.feature" package="testsuite/Feature: Basic: tests/features/wait/rule.feature" tests="2" errors="0" failures="1" hostname="localhost" timestamp="2022-03-29T07:22:01.574719Z" time="0.000673"> |
| 9 | + <testcase name="Scenario: 1 sec: tests/features/wait/rule.feature:6:3" time="0"> |
| 10 | + <skipped/> |
11 | 11 | </testcase>
|
12 |
| - <testcase name="Rule: rule: Scenario: 2 secs: /tests/features/wait/rule.feature:14:5" time="0.000673"> |
| 12 | + <testcase name="Rule: rule: Scenario: 2 secs: tests/features/wait/rule.feature:14:5" time="0.000673"> |
13 | 13 | <failure type="Step Panicked" message="Step panicked. Captured output: Too much!"><![CDATA[ Scenario: 2 secs
|
14 | 14 | ✔> Given 1 sec
|
15 | 15 | ✔ Given 2 secs
|
|
25 | 25 | ]]></failure>
|
26 | 26 | </testcase>
|
27 | 27 | </testsuite>
|
28 |
| - <testsuite id="2" name="Feature: Basic: /tests/features/wait/nested/rule.feature" package="testsuite/Feature: Basic: /tests/features/wait/nested/rule.feature" tests="2" errors="0" failures="1" hostname="localhost" timestamp="2022-03-29T07:22:01.576081Z" time="0.000137"> |
29 |
| - <testcase name="Scenario: 1 sec: /tests/features/wait/nested/rule.feature:6:3" time="0"> |
30 |
| - <skipped /> |
| 28 | + <testsuite id="2" name="Feature: Basic: tests/features/wait/nested/rule.feature" package="testsuite/Feature: Basic: tests/features/wait/nested/rule.feature" tests="2" errors="0" failures="1" hostname="localhost" timestamp="2022-03-29T07:22:01.576081Z" time="0.000137"> |
| 29 | + <testcase name="Scenario: 1 sec: tests/features/wait/nested/rule.feature:6:3" time="0"> |
| 30 | + <skipped/> |
31 | 31 | </testcase>
|
32 |
| - <testcase name="Rule: rule: Scenario: 2 secs: /tests/features/wait/nested/rule.feature:14:5" time="0.000137"> |
| 32 | + <testcase name="Rule: rule: Scenario: 2 secs: tests/features/wait/nested/rule.feature:14:5" time="0.000137"> |
33 | 33 | <failure type="Step Panicked" message="Step panicked. Captured output: Too much!"><![CDATA[ Scenario: 2 secs
|
34 | 34 | ✔> Given 1 sec
|
35 | 35 | ✔ Given 2 secs
|
|
45 | 45 | ]]></failure>
|
46 | 46 | </testcase>
|
47 | 47 | </testsuite>
|
48 |
| - <testsuite id="3" name="Feature: Outline: /tests/features/wait/outline.feature" package="testsuite/Feature: Outline: /tests/features/wait/outline.feature" tests="4" errors="0" failures="0" hostname="localhost" timestamp="2022-03-29T07:22:01.576909Z" time="0.00034"> |
49 |
| - <testcase name="Scenario: wait: /tests/features/wait/outline.feature:14:5" time="0.000085"> |
| 48 | + <testsuite id="3" name="Feature: Outline: tests/features/wait/outline.feature" package="testsuite/Feature: Outline: tests/features/wait/outline.feature" tests="4" errors="0" failures="0" hostname="localhost" timestamp="2022-03-29T07:22:01.576909Z" time="0.00034"> |
| 49 | + <testcase name="Scenario: wait: tests/features/wait/outline.feature:14:5" time="0.000085"> |
50 | 50 | <system-out><![CDATA[ Scenario Outline: wait
|
51 | 51 | ✔ Given 2 secs
|
52 | 52 | ✔ When 2 secs
|
53 | 53 | ✔ Then 2 secs
|
54 | 54 | ]]></system-out>
|
55 | 55 | </testcase>
|
56 |
| - <testcase name="Scenario: wait: /tests/features/wait/outline.feature:15:5" time="0.000081"> |
| 56 | + <testcase name="Scenario: wait: tests/features/wait/outline.feature:15:5" time="0.000081"> |
57 | 57 | <system-out><![CDATA[ Scenario Outline: wait
|
58 | 58 | ✔ Given 1 secs
|
59 | 59 | ✔ When 1 secs
|
60 | 60 | ✔ Then 1 secs
|
61 | 61 | ]]></system-out>
|
62 | 62 | </testcase>
|
63 |
| - <testcase name="Scenario: wait: /tests/features/wait/outline.feature:16:5" time="0.000093"> |
| 63 | + <testcase name="Scenario: wait: tests/features/wait/outline.feature:16:5" time="0.000093"> |
64 | 64 | <system-out><![CDATA[ Scenario Outline: wait
|
65 | 65 | ✔ Given 1 secs
|
66 | 66 | ✔ When 1 secs
|
67 | 67 | ✔ Then 1 secs
|
68 | 68 | ]]></system-out>
|
69 | 69 | </testcase>
|
70 |
| - <testcase name="Scenario: wait: /tests/features/wait/outline.feature:21:5" time="0.000081"> |
| 70 | + <testcase name="Scenario: wait: tests/features/wait/outline.feature:21:5" time="0.000081"> |
71 | 71 | <system-out><![CDATA[ Scenario Outline: wait
|
72 | 72 | ✔ Given 5 secs
|
73 | 73 | ✔ When 5 secs
|
74 | 74 | ✔ Then 5 secs
|
75 | 75 | ]]></system-out>
|
76 | 76 | </testcase>
|
77 | 77 | </testsuite>
|
78 |
| - <testsuite id="4" name="Feature: Rule Outline: /tests/features/wait/rule_outline.feature" package="testsuite/Feature: Rule Outline: /tests/features/wait/rule_outline.feature" tests="4" errors="0" failures="0" hostname="localhost" timestamp="2022-03-29T07:22:01.576911Z" time="0.000336"> |
79 |
| - <testcase name="Rule: To them all: Scenario: wait: /tests/features/wait/rule_outline.feature:11:7" time="0.000082"> |
| 78 | + <testsuite id="4" name="Feature: Rule Outline: tests/features/wait/rule_outline.feature" package="testsuite/Feature: Rule Outline: tests/features/wait/rule_outline.feature" tests="4" errors="0" failures="0" hostname="localhost" timestamp="2022-03-29T07:22:01.576911Z" time="0.000336"> |
| 79 | + <testcase name="Rule: To them all: Scenario: wait: tests/features/wait/rule_outline.feature:11:7" time="0.000082"> |
80 | 80 | <system-out><![CDATA[ Scenario Outline: wait
|
81 | 81 | ✔ Given 2 secs
|
82 | 82 | ✔ When 2 secs
|
83 | 83 | ✔ Then 2 secs
|
84 | 84 | ]]></system-out>
|
85 | 85 | </testcase>
|
86 |
| - <testcase name="Rule: To them all: Scenario: wait: /tests/features/wait/rule_outline.feature:12:7" time="0.000086"> |
| 86 | + <testcase name="Rule: To them all: Scenario: wait: tests/features/wait/rule_outline.feature:12:7" time="0.000086"> |
87 | 87 | <system-out><![CDATA[ Scenario Outline: wait
|
88 | 88 | ✔ Given 1 secs
|
89 | 89 | ✔ When 1 secs
|
90 | 90 | ✔ Then 1 secs
|
91 | 91 | ]]></system-out>
|
92 | 92 | </testcase>
|
93 |
| - <testcase name="Rule: To them all: Scenario: wait: /tests/features/wait/rule_outline.feature:13:7" time="0.000086"> |
| 93 | + <testcase name="Rule: To them all: Scenario: wait: tests/features/wait/rule_outline.feature:13:7" time="0.000086"> |
94 | 94 | <system-out><![CDATA[ Scenario Outline: wait
|
95 | 95 | ✔ Given 1 secs
|
96 | 96 | ✔ When 1 secs
|
97 | 97 | ✔ Then 1 secs
|
98 | 98 | ]]></system-out>
|
99 | 99 | </testcase>
|
100 |
| - <testcase name="Rule: To them all: Scenario: wait: /tests/features/wait/rule_outline.feature:14:7" time="0.000082"> |
| 100 | + <testcase name="Rule: To them all: Scenario: wait: tests/features/wait/rule_outline.feature:14:7" time="0.000082"> |
101 | 101 | <system-out><![CDATA[ Scenario Outline: wait
|
102 | 102 | ✔ Given 5 secs
|
103 | 103 | ✔ When 5 secs
|
|
0 commit comments