File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 12
12
START_CMD : ' node ../scripts/opensearch_dashboards --dev --no-base-path --no-watch'
13
13
OPENSEARCH_SNAPSHOT_CMD : ' node ../scripts/opensearch snapshot'
14
14
SPEC : ' cypress/integration/core-opensearch-dashboards/opensearch-dashboards/**/*.js,'
15
- CYPRESS_ENV : ' env CYPRESS_VISBUILDER_ENABLED=true CYPRESS_DATASOURCE_MANAGEMENT_ENABLED=false'
15
+ CYPRESS_BROWSER : ' chromium'
16
+ CYPRESS_VISBUILDER_ENABLED : true
17
+ CYPRESS_DATASOURCE_MANAGEMENT_ENABLED : false
18
+ OSD_SNAPSHOT_SKIP_VERIFY_CHECKSUM : true
16
19
17
20
jobs :
18
21
cypress-tests :
76
79
working-directory : ${{ env.FTR_PATH }}
77
80
start : ${{ env.OPENSEARCH_SNAPSHOT_CMD }}, ${{ env.START_CMD }}
78
81
wait-on : ' http://localhost:9200, http://localhost:5601'
79
- command : ${{ env.CYPRESS_ENV }} yarn cypress:run-without-security --browser chromium --spec ${{ env.SPEC }}
82
+ command : yarn cypress:run-without-security --browser ${{ env.CYPRESS_BROWSER }} --spec ${{ env.SPEC }}
80
83
81
84
# Screenshots are only captured on failure, will change this once we do visual regression tests
82
85
- uses : actions/upload-artifact@v3
Original file line number Diff line number Diff line change @@ -276,6 +276,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
276
276
- Updating WS scans to ignore BWC artifacts in ` cypress ` ([ #2408 ] ( https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2408 ) )
277
277
- [ CI] Run functional test repo as workflow ([ #2503 ] ( https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2503 ) )
278
278
- Add downgrade logic for branch in DocLinkService([ #3483 ] ( https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3483 ) )
279
+ - [ CI] Skip checksum verification on OpenSearch snapshot for cypress tests ([ #4188 ] ( https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4188 ) )
279
280
280
281
### 📝 Documentation
281
282
You can’t perform that action at this time.
0 commit comments