File tree Expand file tree Collapse file tree 8 files changed +9
-15
lines changed
actions/run-cypress-tests Expand file tree Collapse file tree 8 files changed +9
-15
lines changed Original file line number Diff line number Diff line change 11name : Run Cypress Tests
22description : ' Runs Cypress tests for the security-dashboards-plugin with opensearch_dashboards.yml and security configuration provided'
33
4+ env :
5+ OPENSEARCH_VERSION : ' 3.0.0-alpha1'
6+
47inputs :
58 security_config_file :
69 description : ' Name of the security plugin config file'
2124 steps :
2225 - name : Set env
2326 run : |
24- opensearch_version=$(node -p "require('./package.json').opensearchDashboards.version")
2527 plugin_version=$(node -p "require('./package.json').version")
26- echo "OPENSEARCH_VERSION=$opensearch_version" >> $GITHUB_ENV
2728 echo "PLUGIN_VERSION=$plugin_version" >> $GITHUB_ENV
2829 shell : bash
2930
Original file line number Diff line number Diff line change 2525
2626 - name : Set env
2727 run : |
28- opensearch_version=$(node -p "require('./package.json').opensearchDashboards.version")
2928 plugin_version=$(node -p "require('./package.json').version")
30- echo "OPENSEARCH_VERSION=$opensearch_version" >> $GITHUB_ENV
3129 echo "PLUGIN_VERSION=$plugin_version" >> $GITHUB_ENV
3230 shell : bash
3331
Original file line number Diff line number Diff line change 1111 SPEC : ' cypress/integration/plugins/security-dashboards-plugin/aggregation_view.js,'
1212 PLUGIN_NAME : opensearch-security
1313 OPENSEARCH_INITIAL_ADMIN_PASSWORD : myStrongPassword123!
14+ OPENSEARCH_VERSION : ' 3.0.0-alpha1'
1415
1516jobs :
1617 cypress-tests-multitenancy-disabled :
2728
2829 - name : Set env
2930 run : |
30- opensearch_version=$(node -p "require('./package.json').opensearchDashboards.version")
3131 plugin_version=$(node -p "require('./package.json').version")
32- echo "OPENSEARCH_VERSION=$opensearch_version" >> $GITHUB_ENV
3332 echo "PLUGIN_VERSION=$plugin_version" >> $GITHUB_ENV
3433 shell : bash
3534
Original file line number Diff line number Diff line change 1212 PLUGIN_NAME : opensearch-security
1313 OPENSEARCH_INITIAL_ADMIN_PASSWORD : myStrongPassword123!
1414 CYPRESS_NO_COMMAND_LOG : 1
15+ OPENSEARCH_VERSION : ' 3.0.0-alpha1'
1516
1617jobs :
1718 cypress-tests :
2829
2930 - name : Set env
3031 run : |
31- opensearch_version=$(node -p "require('./package.json').opensearchDashboards.version")
3232 plugin_version=$(node -p "require('./package.json').version")
33- echo "OPENSEARCH_VERSION=$opensearch_version" >> $GITHUB_ENV
3433 echo "PLUGIN_VERSION=$plugin_version" >> $GITHUB_ENV
3534 shell : bash
3635
Original file line number Diff line number Diff line change 77 CI : 1
88 PLUGIN_NAME : opensearch-security
99 OPENSEARCH_INITIAL_ADMIN_PASSWORD : myStrongPassword123!
10+ OPENSEARCH_VERSION : ' 3.0.0-alpha1'
1011
1112jobs :
1213 tests :
2324
2425 - name : Set env
2526 run : |
26- opensearch_version=$(node -p "require('./package.json').opensearchDashboards.version")
2727 plugin_version=$(node -p "require('./package.json').version")
28- echo "OPENSEARCH_VERSION=$opensearch_version" >> $GITHUB_ENV
2928 echo "PLUGIN_VERSION=$plugin_version" >> $GITHUB_ENV
3029 shell : bash
3130
Original file line number Diff line number Diff line change 2424
2525 - name : Set env
2626 run : |
27- opensearch_version=$(node -p "require('./package.json').opensearchDashboards.version")
2827 plugin_version=$(node -p "require('./package.json').version")
29- echo "OPENSEARCH_VERSION=$opensearch_version" >> $GITHUB_ENV
3028 echo "PLUGIN_VERSION=$plugin_version" >> $GITHUB_ENV
3129 shell : bash
3230
Original file line number Diff line number Diff line change 11{
22 "id" : " securityDashboards" ,
33 "version" : " 3.0.0.0-alpha1" ,
4- "opensearchDashboardsVersion" : " 3.0.0-alpha1 " ,
4+ "opensearchDashboardsVersion" : " 3.0.0" ,
55 "configPath" : [
66 " opensearch_security"
77 ],
Original file line number Diff line number Diff line change 33 "version" : " 3.0.0.0-alpha1" ,
44 "main" : " target/plugins/opensearch_security_dashboards" ,
55 "opensearchDashboards" : {
6- "version" : " 3.0.0-alpha1 " ,
7- "templateVersion" : " 3.0.0-alpha1 "
6+ "version" : " 3.0.0" ,
7+ "templateVersion" : " 3.0.0"
88 },
99 "license" : " Apache-2.0" ,
1010 "homepage" : " https://github.com/opensearch-project/security-dashboards-plugin" ,
You can’t perform that action at this time.
0 commit comments