Skip to content

Merge pull request #38 from ds-pweick/chore/update-docs-for-irs-relea… #38

Merge pull request #38 from ds-pweick/chore/update-docs-for-irs-relea…

Merge pull request #38 from ds-pweick/chore/update-docs-for-irs-relea… #38

name: IRS DEV Cucumber Integration test execution
on:
workflow_dispatch: # Trigger manually
push:
branches:
- 'main'
paths-ignore:
- '**/*.md'
- '**/*.txt'
- 'charts/**'
- '.config/**'
- 'docs/**'
- 'local/**'
- 'irs-load-tests/**'
# Cancel previous Test executions if a new one is triggered.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
trigger-integration-test:
uses: ./.github/workflows/xray-cucumber-integration.yaml
secrets:
regularUserApiKey: ${{ secrets.DEV_REGULAR_USER_API_KEY }}
adminUserApiKey: ${{ secrets.DEV_ADMIN_USER_API_KEY }}
jiraUser: ${{ secrets.ORG_IRS_JIRA_USERNAME }}
jiraPassword: ${{ secrets.ORG_IRS_JIRA_PASSWORD }}
with:
executionFilter: "not @Ignore and @INTEGRATION_TEST and @DEV"
exportFilter: "11349"