File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 12
12
PLUGIN_NAME : opensearch-security
13
13
14
14
jobs :
15
- tests :
15
+ cypress- tests-multitenancy-disabled :
16
16
name : Run Cypress Tests Multitenancy Disabled
17
17
strategy :
18
18
fail-fast : false
19
19
matrix :
20
- os : [ ubuntu-latest , windows-latest ]
20
+ os : [ubuntu-latest]
21
21
runs-on : ${{ matrix.os }}
22
22
23
23
steps :
50
50
opensearch-version : ${{ env.OPENSEARCH_VERSION }}
51
51
plugin-name : ${{ env.PLUGIN_NAME }}
52
52
setup-script-name : setup
53
- admin-password : admin
53
+ admin-password : myStrongPassword123!
54
54
55
55
- name : Run Dashboard with Security Dashboards Plugin
56
56
uses : ./.github/actions/install-dashboards
74
74
git clone https://github.com/opensearch-project/opensearch-dashboards-functional-test.git
75
75
cd opensearch-dashboards-functional-test
76
76
npm install cypress --save-dev
77
- yarn cypress:run-with-security --browser firefox --spec "cypress/integration/plugins/security-dashboards-plugin/inaccessible_tenancy_features.js"
77
+ yarn cypress:run-with-security --browser chrome --spec "cypress/integration/plugins/security-dashboards-plugin/inaccessible_tenancy_features.js"
Original file line number Diff line number Diff line change 12
12
PLUGIN_NAME : opensearch-security
13
13
14
14
jobs :
15
- tests :
15
+ cypress- tests :
16
16
name : Run Cypress tests
17
17
strategy :
18
18
fail-fast : false
19
19
matrix :
20
- os : [ ubuntu-latest , windows-latest ]
20
+ os : [ubuntu-latest]
21
21
runs-on : ${{ matrix.os }}
22
22
23
23
steps :
50
50
opensearch-version : ${{ env.OPENSEARCH_VERSION }}
51
51
plugin-name : ${{ env.PLUGIN_NAME }}
52
52
setup-script-name : setup
53
- admin-password : admin
53
+ admin-password : myStrongPassword123!
54
54
55
55
- name : Run Dashboard with Security Dashboards Plugin
56
56
uses : ./.github/actions/install-dashboards
76
76
git clone https://github.com/opensearch-project/opensearch-dashboards-functional-test.git
77
77
cd opensearch-dashboards-functional-test
78
78
npm install cypress --save-dev
79
- yarn cypress:run-with-security-and-aggregation-view --browser firefox --spec "cypress/integration/plugins/security-dashboards-plugin/aggregation_view.js"
80
- yarn cypress:run-with-security --browser firefox --spec "cypress/integration/plugins/security-dashboards-plugin/multi_tenancy.js"
81
- yarn cypress:run-with-security --browser firefox --spec "cypress/integration/plugins/security-dashboards-plugin/default_tenant.js"
79
+ yarn cypress:run-with-security-and-aggregation-view --browser chrome --spec "cypress/integration/plugins/security-dashboards-plugin/aggregation_view.js"
80
+ yarn cypress:run-with-security --browser chrome --spec "cypress/integration/plugins/security-dashboards-plugin/multi_tenancy.js"
81
+ yarn cypress:run-with-security --browser chrome --spec "cypress/integration/plugins/security-dashboards-plugin/default_tenant.js"
You can’t perform that action at this time.
0 commit comments