forked from idogadiel/SimpleTests
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathjunitResult.xml
35 lines (35 loc) · 2.66 KB
/
junitResult.xml
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<testsuite failures="0" name="cucumber.runtime.formatter.JUnitFormatter" skipped="2" tests="2" time="0.087194">
<testcase classname="Add manual tests in context" name="Add an acceptance test for a user story" time="0.086998">
<skipped><![CDATA[When there is a backlog with features and user stories......................pending
And there is an application module tree.....................................undefined
And in the backlog there is a feature f1....................................undefined
And f1 is linked to application module am1..................................undefined
And f1 has child user stories...............................................undefined
When the user navigates to the backlog module...............................undefined
And the user selects the feature f1.........................................undefined
And he looks at the user stories............................................undefined
And he selects a user story.................................................undefined
And he goes to the tests tab................................................undefined
And he adds a new Gherkin test..............................................undefined
Then the test is linked to the user story...................................undefined
And the test is linked to the application module am1 by default.............undefined
And the default type of the test is "Acceptance"............................undefined
]]></skipped>
</testcase>
<testcase classname="Add manual tests in context" name="Add an acceptance test for a feature" time="0.000196">
<skipped><![CDATA[When there is a backlog with features and user stories......................pending
And there is an application module tree.....................................undefined
And in the backlog there is a feature f1....................................undefined
And f1 is linked to application module am1..................................undefined
And f1 has child user stories...............................................undefined
When the user navigates to the backlog module...............................undefined
And the user selects the feature f1.........................................undefined
And goes to the tests tab...................................................undefined
And he adds a new manual test...............................................undefined
Then the manual test is linked to the feature...............................undefined
And the manual test is linked to the application module am1 by default......undefined
And the default test type is "Acceptance"...................................undefined
]]></skipped>
</testcase>
</testsuite>