Skip to content

Commit

Permalink
IBX-2319: adjusted matcher tests config setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszszopinski committed Oct 13, 2023
1 parent 5df9bde commit cfbcace
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/browser-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
project-version: ${{ github.event.inputs.project-version }}
test-suite: "--profile=browser --suite=page-builder"
test-setup-phase-1: "--mode=standard --profile=setup --suite=MapHost"
test-setup-phase-2: '--mode=standard --profile=setup --suite=page-builder --tags=@setup'
setup: "doc/docker/base-dev.yml:doc/docker/multihost.yml:doc/docker/selenium.yml"
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
secrets:
Expand All @@ -114,6 +115,7 @@ jobs:
project-version: ${{ github.event.inputs.project-version }}
test-suite: "--profile=browser --suite=page-builder"
test-setup-phase-1: "--mode=standard --profile=setup --suite=MapURI"
test-setup-phase-2: '--mode=standard --profile=setup --suite=page-builder --tags=@setup'
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
secrets:
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}
Expand All @@ -131,6 +133,7 @@ jobs:
project-version: ${{ github.event.inputs.project-version }}
test-suite: "--profile=browser --suite=page-builder"
test-setup-phase-1: "--mode=standard --profile=setup --suite=URIElement"
test-setup-phase-2: '--mode=standard --profile=setup --suite=page-builder --tags=@setup'
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
secrets:
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }}
Expand All @@ -148,6 +151,7 @@ jobs:
project-version: ${{ github.event.inputs.project-version }}
test-suite: "--profile=browser --suite=page-builder"
test-setup-phase-1: "--mode=standard --profile=setup --suite=CompoundMapURIMapHost"
test-setup-phase-2: '--mode=standard --profile=setup --suite=page-builder --tags=@setup'
setup: "doc/docker/base-dev.yml:doc/docker/multihost.yml:doc/docker/selenium.yml"
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
secrets:
Expand Down

0 comments on commit cfbcace

Please sign in to comment.