File tree 1 file changed +5
-2
lines changed
1 file changed +5
-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
You can’t perform that action at this time.
0 commit comments