Skip to content

Commit 70dd4cd

Browse files
authored
[ossmc] Run all cypress tests from tags
2 parents eb00957 + 5386cd9 commit 70dd4cd

38 files changed

+294
-7
lines changed

plugin/cypress/integration/kiali/featureFiles/app_details.feature

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,24 @@ Feature: Kiali App Details page
1414
And user is at the details page for the "app" "bookinfo/details" located in the "" cluster
1515

1616
@bookinfo-app
17+
@core
1718
Scenario: See details for app.
1819
Then user sees details information for the "details" app
1920
But no cluster badge for the "app" should be visible
2021

2122
@bookinfo-app
23+
@core
2224
Scenario: See app Traffic information
2325
Then user sees inbound and outbound traffic information
2426
And the "Cluster" column "disappears"
2527

2628
@bookinfo-app
29+
@core
2730
Scenario: See Inbound Metrics
2831
Then user sees inbound metrics information
2932

3033
@bookinfo-app
34+
@core
3135
Scenario: See Outbound Metrics
3236
Then user sees outbound metrics information
3337

plugin/cypress/integration/kiali/featureFiles/app_details_graph.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ Feature: Kiali App Details page
1010
And user is at the details page for the "app" "bookinfo/details" located in the "" cluster
1111

1212
@bookinfo-app
13+
@core
1314
Scenario: See app minigraph for details app.
1415
Then user sees a minigraph

plugin/cypress/integration/kiali/featureFiles/apps.feature

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Feature: Kiali Apps List page
1212
And user selects the "bookinfo" namespace
1313

1414
@bookinfo-app
15+
@core
1516
Scenario: See all Apps objects in the bookinfo namespace.
1617
Then user sees all the Apps in the bookinfo namespace
1718
And user sees Health information for Apps
@@ -22,22 +23,26 @@ Feature: Kiali Apps List page
2223
And the "Cluster" column "disappears"
2324

2425
@bookinfo-app
26+
@core
2527
Scenario: See all Apps toggles
2628
Then user sees all the Apps toggles
2729

2830
@bookinfo-app
31+
@core
2932
Scenario: Toggle Apps health toggle
3033
When user "unchecks" toggle "health"
3134
Then the "Health" column "disappears"
3235
When user "checks" toggle "health"
3336
Then the "Health" column "appears"
3437

3538
@bookinfo-app
39+
@core
3640
Scenario: Filter Apps by Istio Name
3741
When the user filters by "App Name" for "productpage"
3842
Then user only sees "productpage"
3943

4044
@bookinfo-app
45+
@core
4146
Scenario: Filter Apps by Istio Sidecar
4247
When the user filters by "Istio Sidecar" for "Present"
4348
Then user sees "productpage"
@@ -46,27 +51,32 @@ Feature: Kiali Apps List page
4651
And user sees "ratings"
4752

4853
@bookinfo-app
54+
@core
4955
Scenario: Filter workloads table by Istio Sidecar not being present
5056
When the user filters by "Istio Sidecar" for "Not Present"
5157
Then user sees "kiali-traffic-generator"
5258

5359
@bookinfo-app
60+
@core
5461
Scenario: Filter Apps by Istio Config Type
5562
When the user filters by "Istio Config Type" for "VirtualService"
5663
Then user only sees "productpage"
5764

5865
@bookinfo-app
66+
@core
5967
Scenario: Filter Apps by Health
6068
When the user filters by "Health" for "Healthy"
6169
Then user only sees healthy apps
6270

6371
@bookinfo-app
72+
@core
6473
Scenario: Filter Applications table by Label
6574
When the user filters by "Label" for "app=reviews"
6675
Then user sees "reviews"
6776
And user only sees the apps with the "reviews" name
6877

6978
@bookinfo-app
79+
@core
7080
Scenario: The healthy status of a logical mesh application is reported in the list of applications
7181
Given a healthy application in the cluster
7282
When I fetch the list of applications
@@ -76,6 +86,7 @@ Feature: Kiali Apps List page
7686
@bookinfo-app
7787
@sleep-app
7888
@sleep-app-scaleup-after
89+
@core
7990
Scenario: The idle status of a logical mesh application is reported in the list of applications
8091
Given an idle sleep application in the cluster
8192
When I fetch the list of applications
@@ -85,6 +96,7 @@ Feature: Kiali Apps List page
8596

8697
@bookinfo-app
8798
@error-rates-app
99+
@core
88100
Scenario: The failing status of a logical mesh application is reported in the list of applications
89101
Given a failing application in the mesh
90102
When I fetch the list of applications
@@ -95,6 +107,7 @@ Feature: Kiali Apps List page
95107
@bookinfo-app
96108
@error-rates-app
97109
@skip-lpinterop
110+
@core
98111
Scenario: The degraded status of a logical mesh application is reported in the list of applications
99112
Given a degraded application in the mesh
100113
When I fetch the list of applications

plugin/cypress/integration/kiali/featureFiles/graph_context_menu.feature

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,32 @@ Feature: Kiali Graph page - Context menu actions
1111
When user graphs "bookinfo" namespaces
1212

1313
@bookinfo-app
14+
@core
1415
Scenario: Detail action in context menu for service node
1516
And user opens the context menu of the "productpage" service node
1617
And user should see no cluster parameter in the url when clicking the "Details" link in the context menu
1718

1819
@bookinfo-app
20+
@core
1921
Scenario: Traffic action in context menu for service node
2022
And user opens the context menu of the "productpage" service node
2123
And user should see no cluster parameter in the url when clicking the "Traffic" link in the context menu
2224

2325
@bookinfo-app
26+
@core
2427
Scenario: Inbound Metrics in context menu for service node
2528
And user opens the context menu of the "productpage" service node
2629
And user should see no cluster parameter in the url when clicking the "Inbound Metrics" link in the context menu
2730

2831
@bookinfo-app
32+
@core
2933
Scenario: Delete traffic routing in context menu for service node with existing traffic routing
3034
And user opens the context menu of the "productpage" service node
3135
And user clicks the "delete_traffic_routing" item of the context menu
3236
Then user should see the confirmation dialog to delete all traffic routing
3337

3438
@bookinfo-app
39+
@core
3540
Scenario Outline: Ability to launch <action> wizard from graph context menu
3641
And user opens the context menu of the "reviews" service node
3742
And user clicks the "<action>" item of the context menu

0 commit comments

Comments
 (0)