|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<testng-results failed="7" passed="3" skipped="0" total="10"> |
| 2 | +<testng-results failed="2" passed="3" skipped="0" total="5"> |
3 | 3 | <suite name="Cucumber" duration-ms="41"> |
4 | 4 | <test name="Cucumber" duration-ms="41"> |
5 | 5 | <class name="Retry"> |
6 | 6 | <test-method name="Test cases that pass aren't retried" status="PASS" duration-ms="3" started-at="1970-01-01T00:00:00.001Z" finished-at="1970-01-01T00:00:00.004Z"/> |
7 | | -<test-method name="Test cases that fail are retried if within the --retry limit" status="FAIL" duration-ms="3" started-at="1970-01-01T00:00:00.005Z" finished-at="1970-01-01T00:00:00.008Z"> |
8 | | -<exception class="Error"> |
9 | | -<message><![CDATA[ |
10 | | -Given a step that passes the second time....................................failed |
11 | | -]]></message> |
12 | | -</exception> |
13 | | -</test-method> |
14 | 7 | <test-method name="Test cases that fail are retried if within the --retry limit" status="PASS" duration-ms="3" started-at="1970-01-01T00:00:00.009Z" finished-at="1970-01-01T00:00:00.012Z"/> |
15 | | -<test-method name="Test cases that fail will continue to retry up to the --retry limit" status="FAIL" duration-ms="3" started-at="1970-01-01T00:00:00.013Z" finished-at="1970-01-01T00:00:00.016Z"> |
16 | | -<exception class="Error"> |
17 | | -<message><![CDATA[ |
18 | | -Given a step that passes the third time.....................................failed |
19 | | -]]></message> |
20 | | -</exception> |
21 | | -</test-method> |
22 | | -<test-method name="Test cases that fail will continue to retry up to the --retry limit" status="FAIL" duration-ms="3" started-at="1970-01-01T00:00:00.017Z" finished-at="1970-01-01T00:00:00.020Z"> |
23 | | -<exception class="Error"> |
24 | | -<message><![CDATA[ |
25 | | -Given a step that passes the third time.....................................failed |
26 | | -]]></message> |
27 | | -</exception> |
28 | | -</test-method> |
29 | 8 | <test-method name="Test cases that fail will continue to retry up to the --retry limit" status="PASS" duration-ms="3" started-at="1970-01-01T00:00:00.021Z" finished-at="1970-01-01T00:00:00.024Z"/> |
30 | | -<test-method name="Test cases won't retry after failing more than the --retry limit" status="FAIL" duration-ms="3" started-at="1970-01-01T00:00:00.025Z" finished-at="1970-01-01T00:00:00.028Z"> |
31 | | -<exception class="Error"> |
32 | | -<message><![CDATA[ |
33 | | -Given a step that always fails..............................................failed |
34 | | -]]></message> |
35 | | -</exception> |
36 | | -</test-method> |
37 | | -<test-method name="Test cases won't retry after failing more than the --retry limit" status="FAIL" duration-ms="3" started-at="1970-01-01T00:00:00.029Z" finished-at="1970-01-01T00:00:00.032Z"> |
38 | | -<exception class="Error"> |
39 | | -<message><![CDATA[ |
40 | | -Given a step that always fails..............................................failed |
41 | | -]]></message> |
42 | | -</exception> |
43 | | -</test-method> |
44 | 9 | <test-method name="Test cases won't retry after failing more than the --retry limit" status="FAIL" duration-ms="3" started-at="1970-01-01T00:00:00.033Z" finished-at="1970-01-01T00:00:00.036Z"> |
45 | 10 | <exception class="Error"> |
46 | 11 | <message><![CDATA[ |
|
0 commit comments