Skip to content

Commit

Permalink
Update cypress_workflow.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Yenien Serrano <[email protected]>
  • Loading branch information
yenienserrano authored Oct 3, 2023
1 parent 8ff4743 commit cf40e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
working-directory: ${{ env.FTR_PATH }}
start: ${{ env.OPENSEARCH_SNAPSHOT_CMD }}, ${{ env.START_CMD }}
wait-on: 'http://localhost:9200, http://localhost:5601'
command: yarn cypress:run-without-security --browser ${{ env.CYPRESS_BROWSER }} --config excludeSpecPattern="dashboard_sanity_test_spec.js|dashboard_spec.js" --spec ${{ env.SPEC }}
command: yarn cypress:run-without-security --browser ${{ env.CYPRESS_BROWSER }} --config ignoreTestFiles="dashboard_sanity_test_spec.js" --spec ${{ env.SPEC }}

# Screenshots are only captured on failure, will change this once we do visual regression tests
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit cf40e4c

Please sign in to comment.