Skip to content

Updated tests for alerting dashboards v2.9 release. Added cypress tests for composite monitors, and the monitors list page. #734

Updated tests for alerting dashboards v2.9 release. Added cypress tests for composite monitors, and the monitors list page.

Updated tests for alerting dashboards v2.9 release. Added cypress tests for composite monitors, and the monitors list page. #734

name: Anomaly Detection 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/**/anomaly-detection-dashboards-plugin/**'
tests:
needs: changes
if: ${{ needs.changes.outputs.tests == 'true' }}
uses: ./.github/workflows/release-e2e-workflow-template.yml
with:
test-name: Anomaly Detection
test-command: yarn cypress:run-with-security --browser chromium --spec 'cypress/integration/plugins/anomaly-detection-dashboards-plugin/*'