This repository was archived by the owner on Jan 10, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathzephyrscale_result.json
119 lines (119 loc) · 4.04 KB
/
zephyrscale_result.json
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"version" : 1,
"executions" : [ {
"source" : "com.smartbear.zephyrscale.junitexample.CalculatorDivideTest.notMappedToTestCaseAndFailWithACustomName",
"result" : "Failed",
"testCase" : {
"name" : "Test with custom name fails"
}
}, {
"source" : "com.smartbear.zephyrscale.junitexample.CalculatorDivideTest.notMappedToTestCaseAndFail",
"result" : "Failed"
}, {
"source" : "com.smartbear.zephyrscale.junitexample.CalculatorDivideTest.notMappedToTestCaseAndPass",
"result" : "Passed"
}, {
"source" : "com.smartbear.zephyrscale.junitexample.CalculatorDivideTest.divideTwoNumbersAndFail",
"result" : "Failed",
"testCase" : {
"key" : "WEB-T4"
}
}, {
"source" : "com.smartbear.zephyrscale.junitexample.CalculatorDivideTest.divideTwoNumbersAndPass",
"result" : "Passed",
"testCase" : {
"key" : "WEB-T3"
}
}, {
"source" : "com.smartbear.zephyrscale.junitexample.CalculatorSumWithParameterizedTest.sumNumbersAndPass",
"result" : "Passed",
"testCase" : {
"key" : "WEB-T12"
}
}, {
"source" : "com.smartbear.zephyrscale.junitexample.CalculatorSubtractWithParameterizedTest.subtractNumbersAndFail",
"result" : "Failed",
"testCase" : {
"key" : "WEB-T9"
}
}, {
"source" : "com.smartbear.zephyrscale.junitexample.CalculatorSumTest.anotherResultForTheSamePreviousTestCase",
"result" : "Passed",
"testCase" : {
"key" : "WEB-T11"
}
}, {
"source" : "com.smartbear.zephyrscale.junitexample.CalculatorSumTest.notMappedToTestCaseAndFail",
"result" : "Failed"
}, {
"source" : "com.smartbear.zephyrscale.junitexample.CalculatorSumTest.notMappedToTestCaseAndPass",
"result" : "Passed"
}, {
"source" : "com.smartbear.zephyrscale.junitexample.CalculatorSumTest.sumTwoNumbersAndFail",
"result" : "Failed",
"testCase" : {
"key" : "WEB-T11"
}
}, {
"source" : "com.smartbear.zephyrscale.junitexample.CalculatorSumTest.sumTwoNumbersAndPass",
"result" : "Passed",
"testCase" : {
"key" : "WEB-T10"
}
}, {
"source" : "com.smartbear.zephyrscale.junitexample.CalculatorMultiplyWithParameterizedTest.multiplyNumbersAndPass",
"result" : "Passed",
"testCase" : {
"name" : "Parameterized Test with custom name pass"
}
}, {
"source" : "com.smartbear.zephyrscale.junitexample.CalculatorMultiplyTest.multiplyTwoNumbersAndFail",
"result" : "Failed",
"testCase" : {
"key" : "WEB-T6"
}
}, {
"source" : "com.smartbear.zephyrscale.junitexample.CalculatorMultiplyTest.multiplyTwoNumbersAndPass",
"result" : "Passed",
"testCase" : {
"key" : "WEB-T5"
}
}, {
"source" : "com.smartbear.zephyrscale.junitexample.CalculatorMultiplyTest.notMappedToTestCaseAndFail",
"result" : "Failed"
}, {
"source" : "com.smartbear.zephyrscale.junitexample.CalculatorMultiplyTest.notMappedToTestCaseAndPass",
"result" : "Passed"
}, {
"source" : "com.smartbear.zephyrscale.junitexample.CalculatorMultiplyTest.notMappedToTestCaseAndPassWithACustomName",
"result" : "Passed",
"testCase" : {
"name" : "Test with custom name pass"
}
}, {
"source" : "com.smartbear.zephyrscale.junitexample.CalculatorSubtractTest.subtractTwoNumbersAndFail",
"result" : "Failed",
"testCase" : {
"key" : "WEB-T8"
}
}, {
"source" : "com.smartbear.zephyrscale.junitexample.CalculatorSubtractTest.subtractTwoNumbersAndPass",
"result" : "Passed",
"testCase" : {
"key" : "WEB-T7"
}
}, {
"source" : "com.smartbear.zephyrscale.junitexample.CalculatorSubtractTest.mappedWithBothTestCaseKeyAndTestCaseNameFails",
"result" : "Failed",
"testCase" : {
"key" : "WEB-T9",
"name" : "Mapped with both testCaseKey and testCaseName and fails"
}
}, {
"source" : "com.smartbear.zephyrscale.junitexample.CalculatorSubtractTest.notMappedToTestCaseAndFail",
"result" : "Failed"
}, {
"source" : "com.smartbear.zephyrscale.junitexample.CalculatorSubtractTest.notMappedToTestCaseAndPass",
"result" : "Passed"
} ]
}