1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <testsuite name =" Cucumber" time =" 0.041" tests =" 10 " skipped =" 0" failures =" 7 " errors =" 0" >
2
+ <testsuite name =" Cucumber" time =" 0.041" tests =" 5 " skipped =" 0" failures =" 2 " errors =" 0" >
3
3
<testcase classname =" Retry" name =" Test cases that pass aren't retried" time =" 0.003" >
4
4
<system-out ><![CDATA[
5
5
Given a step that always passes.............................................passed
6
6
]]> </system-out >
7
7
</testcase >
8
8
<testcase classname =" Retry" name =" Test cases that fail are retried if within the --retry limit" time =" 0.003" >
9
- <failure type =" Error" message =" Exception in step" >
10
- <![CDATA[ Exception in step
11
- samples/retry/retry.feature:12]]>
12
- </failure >
13
- <system-out ><![CDATA[
14
- Given a step that passes the second time....................................failed
15
- ]]> </system-out >
16
- </testcase >
17
- <testcase classname =" Retry" name =" Test cases that fail are retried if within the --retry limit" time =" 0.003" >
18
9
<system-out ><![CDATA[
19
10
Given a step that passes the second time....................................passed
20
11
]]> </system-out >
21
12
</testcase >
22
13
<testcase classname =" Retry" name =" Test cases that fail will continue to retry up to the --retry limit" time =" 0.003" >
23
- <failure type =" Error" message =" Exception in step" >
24
- <![CDATA[ Exception in step
25
- samples/retry/retry.feature:15]]>
26
- </failure >
27
- <system-out ><![CDATA[
28
- Given a step that passes the third time.....................................failed
29
- ]]> </system-out >
30
- </testcase >
31
- <testcase classname =" Retry" name =" Test cases that fail will continue to retry up to the --retry limit" time =" 0.003" >
32
- <failure type =" Error" message =" Exception in step" >
33
- <![CDATA[ Exception in step
34
- samples/retry/retry.feature:15]]>
35
- </failure >
36
- <system-out ><![CDATA[
37
- Given a step that passes the third time.....................................failed
38
- ]]> </system-out >
39
- </testcase >
40
- <testcase classname =" Retry" name =" Test cases that fail will continue to retry up to the --retry limit" time =" 0.003" >
41
14
<system-out ><![CDATA[
42
15
Given a step that passes the third time.....................................passed
43
16
]]> </system-out >
@@ -51,24 +24,6 @@ samples/retry/retry.feature:18]]>
51
24
Given a step that always fails..............................................failed
52
25
]]> </system-out >
53
26
</testcase >
54
- <testcase classname =" Retry" name =" Test cases won't retry after failing more than the --retry limit" time =" 0.003" >
55
- <failure type =" Error" message =" Exception in step" >
56
- <![CDATA[ Exception in step
57
- samples/retry/retry.feature:18]]>
58
- </failure >
59
- <system-out ><![CDATA[
60
- Given a step that always fails..............................................failed
61
- ]]> </system-out >
62
- </testcase >
63
- <testcase classname =" Retry" name =" Test cases won't retry after failing more than the --retry limit" time =" 0.003" >
64
- <failure type =" Error" message =" Exception in step" >
65
- <![CDATA[ Exception in step
66
- samples/retry/retry.feature:18]]>
67
- </failure >
68
- <system-out ><![CDATA[
69
- Given a step that always fails..............................................failed
70
- ]]> </system-out >
71
- </testcase >
72
27
<testcase classname =" Retry" name =" Test cases won't retry when the status is UNDEFINED" time =" 0.003" >
73
28
<failure />
74
29
<system-out ><![CDATA[
0 commit comments