Skip to content

Increased timeout thresholds for alerting cypress tests to reduce flakiness when running on slow domains. #1476

Increased timeout thresholds for alerting cypress tests to reduce flakiness when running on slow domains.

Increased timeout thresholds for alerting cypress tests to reduce flakiness when running on slow domains. #1476

name: Reports Release tests workflow in Bundled OpenSearch Dashboards
on:
pull_request:
branches: [ '**' ]
jobs:
changes:
runs-on: ubuntu-latest
outputs:
tests: ${{ steps.filter.outputs.tests }}
steps:
- uses: dorny/paths-filter@v2
id: filter
with:
filters: |
tests:
- 'cypress/**/reports-dashboards/**'
tests:
needs: changes
if: ${{ needs.changes.outputs.tests == 'true' }}
uses: ./.github/workflows/release-e2e-workflow-template.yml
with:
test-name: Reports
test-command: yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/reports-dashboards/*'