Skip to content

Commit 6acc67c

Browse files
committed
Run cypress tests on electron browser
Signed-off-by: Jackie Han <jkhanjob@gmail.com>
1 parent ccfec9b commit 6acc67c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/remote-integ-tests-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,6 @@ jobs:
128128
uses: cypress-io/github-action@v2
129129
with:
130130
working-directory: opensearch-dashboards-functional-test
131-
command: yarn run cypress run --env SECURITY_ENABLED=false --spec cypress/integration/plugins/anomaly-detection-dashboards-plugin/**/*.js
131+
command: yarn run cypress run --env SECURITY_ENABLED=false --spec cypress/integration/plugins/anomaly-detection-dashboards-plugin/**/*.js --browser electron
132132
env:
133133
CYPRESS_CACHE_FOLDER: ${{ matrix.cypress_cache_folder }}

0 commit comments

Comments
 (0)