-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtestbook.txt
101 lines (91 loc) · 6.81 KB
/
testbook.txt
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
##########################################################################################################
SPECTRUM TESTBOOK RESULTS
Generated on: 30/07/2023 15:40:35
##########################################################################################################
STATISTICS
----------------------------------------------------------------------------------------------------------
Mapped Tests: 4
Unmapped Tests: 8
Grand Total: 4 + 8 = 12
Total Weighted: 7
Grand Total Weighted: 7 + 8 = 15
----------------------------------------------------------------------------------------------------------
MAPPED WEIGHTED TESTS RATIO
[Ratio of tests mapped in the TestBook, based on their weights]
----------------------------------------------------------------------------------------------------------
Successful: 0/7 0% <>
Failed: 0/7 0% <>
Aborted: 0/7 0% <>
Disabled: 0/7 0% <>
Not run: 7/7 100% <==================================================================>
----------------------------------------------------------------------------------------------------------
GRAND TOTAL WEIGHTED TESTS RATIO
[Ratio of all tests, mapped or not, based on their weights]
----------------------------------------------------------------------------------------------------------
Successful: 6/15 40% <==========================>
Failed: 1/15 6.67% <====>
Aborted: 0/15 0% <>
Disabled: 1/15 6.67% <====>
Not run: 7/15 46.67% <===============================>
----------------------------------------------------------------------------------------------------------
MAPPED TESTS RATIO
[Ratio of tests mapped in the TestBook]
----------------------------------------------------------------------------------------------------------
Successful: 0/4 0% <>
Failed: 0/4 0% <>
Aborted: 0/4 0% <>
Disabled: 0/4 0% <>
Not run: 4/4 100% <==================================================================>
----------------------------------------------------------------------------------------------------------
GRAND TOTAL TESTS RATIO
[Ratio of tests, mapped or not, based on their weights]
----------------------------------------------------------------------------------------------------------
Successful: 6/12 50% <=================================>
Failed: 1/12 8.33% <=====>
Aborted: 0/12 0% <>
Disabled: 1/12 8.33% <=====>
Not run: 4/12 33.33% <======================>
----------------------------------------------------------------------------------------------------------
QUALITY GATE:
----------------------------------------------------------------------------------------------------------
| Condition: ${weightedSuccessful.percentage} > 60
| Evaluated: 0 > 60
| Result: KO
----------------------------------------------------------------------------------------------------------
MAPPED TESTS:
----------------------------------------------------------------------------------------------------------
| Test Name | Weight | Result |
| Hello World Selenium-------------------------------------------------------------|--------|------------|
| - Successful | 1 | Not Run |
| - This is my first selenium! | 2 | Not Run |
| - another test | 3 | Not Run |
----------------------------------------------------------------------------------------------------------
| Test Name | Weight | Result |
| Second Class---------------------------------------------------------------------|--------|------------|
| - skipped | 1 | Not Run |
----------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------
UNMAPPED TESTS:
----------------------------------------------------------------------------------------------------------
| Test Name | Weight | Result |
| Demo test------------------------------------------------------------------------|--------|------------|
| - Skipped Test | 1 | Disabled |
| - Sending custom events | 1 | Successful |
| - This one should fail for demonstration purposes | 1 | Failed |
----------------------------------------------------------------------------------------------------------
| Test Name | Weight | Result |
| Login Form leveraging the data.yaml----------------------------------------------|--------|------------|
| - with user giulio we expect login to be successful: false | 1 | Successful |
| - with user tom we expect login to be successful: true | 1 | Successful |
----------------------------------------------------------------------------------------------------------
| Test Name | Weight | Result |
| Files Test-----------------------------------------------------------------------|--------|------------|
| - upload | 1 | Successful |
| - download | 1 | Successful |
----------------------------------------------------------------------------------------------------------
| Test Name | Weight | Result |
| Checkbox Page--------------------------------------------------------------------|--------|------------|
| - testWithNoDisplayName() | 1 | Successful |
----------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------
##########################################################################################################