@@ -12,6 +12,7 @@ Feature: Kiali Apps List page
12
12
And user selects the "bookinfo" namespace
13
13
14
14
@bookinfo-app
15
+ @core
15
16
Scenario : See all Apps objects in the bookinfo namespace.
16
17
Then user sees all the Apps in the bookinfo namespace
17
18
And user sees Health information for Apps
@@ -22,22 +23,26 @@ Feature: Kiali Apps List page
22
23
And the "Cluster" column "disappears"
23
24
24
25
@bookinfo-app
26
+ @core
25
27
Scenario : See all Apps toggles
26
28
Then user sees all the Apps toggles
27
29
28
30
@bookinfo-app
31
+ @core
29
32
Scenario : Toggle Apps health toggle
30
33
When user "unchecks" toggle "health"
31
34
Then the "Health" column "disappears"
32
35
When user "checks" toggle "health"
33
36
Then the "Health" column "appears"
34
37
35
38
@bookinfo-app
39
+ @core
36
40
Scenario : Filter Apps by Istio Name
37
41
When the user filters by "App Name" for "productpage"
38
42
Then user only sees "productpage"
39
43
40
44
@bookinfo-app
45
+ @core
41
46
Scenario : Filter Apps by Istio Sidecar
42
47
When the user filters by "Istio Sidecar" for "Present"
43
48
Then user sees "productpage"
@@ -46,27 +51,32 @@ Feature: Kiali Apps List page
46
51
And user sees "ratings"
47
52
48
53
@bookinfo-app
54
+ @core
49
55
Scenario : Filter workloads table by Istio Sidecar not being present
50
56
When the user filters by "Istio Sidecar" for "Not Present"
51
57
Then user sees "kiali-traffic-generator"
52
58
53
59
@bookinfo-app
60
+ @core
54
61
Scenario : Filter Apps by Istio Config Type
55
62
When the user filters by "Istio Config Type" for "VirtualService"
56
63
Then user only sees "productpage"
57
64
58
65
@bookinfo-app
66
+ @core
59
67
Scenario : Filter Apps by Health
60
68
When the user filters by "Health" for "Healthy"
61
69
Then user only sees healthy apps
62
70
63
71
@bookinfo-app
72
+ @core
64
73
Scenario : Filter Applications table by Label
65
74
When the user filters by "Label" for "app=reviews"
66
75
Then user sees "reviews"
67
76
And user only sees the apps with the "reviews" name
68
77
69
78
@bookinfo-app
79
+ @core
70
80
Scenario : The healthy status of a logical mesh application is reported in the list of applications
71
81
Given a healthy application in the cluster
72
82
When I fetch the list of applications
@@ -76,6 +86,7 @@ Feature: Kiali Apps List page
76
86
@bookinfo-app
77
87
@sleep-app
78
88
@sleep-app-scaleup-after
89
+ @core
79
90
Scenario : The idle status of a logical mesh application is reported in the list of applications
80
91
Given an idle sleep application in the cluster
81
92
When I fetch the list of applications
@@ -85,6 +96,7 @@ Feature: Kiali Apps List page
85
96
86
97
@bookinfo-app
87
98
@error-rates-app
99
+ @core
88
100
Scenario : The failing status of a logical mesh application is reported in the list of applications
89
101
Given a failing application in the mesh
90
102
When I fetch the list of applications
@@ -95,6 +107,7 @@ Feature: Kiali Apps List page
95
107
@bookinfo-app
96
108
@error-rates-app
97
109
@skip-lpinterop
110
+ @core
98
111
Scenario : The degraded status of a logical mesh application is reported in the list of applications
99
112
Given a degraded application in the mesh
100
113
When I fetch the list of applications
0 commit comments