Skip to content

Commit

Permalink
[Behat] Renamed suites to Headless (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon authored Jun 30, 2023
1 parent 1881fb5 commit 2b2c2e1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/browser-tests-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
with:
project-edition: "headless"
project-version: ${{ github.ref_name }}
test-suite: "--profile=regression --suite=content"
test-setup-phase-1: "--profile=regression --suite=setup-content --tags=~@part2 --mode=standard"
test-setup-phase-2: "--profile=regression --suite=setup-content --tags=@part2 --mode=standard"
test-suite: "--profile=regression --suite=headless"
test-setup-phase-1: "--profile=regression --suite=setup-headless --tags=~@part2 --mode=standard"
test-setup-phase-2: "--profile=regression --suite=setup-headless --tags=@part2 --mode=standard"
setup: "doc/docker/base-dev.yml:doc/docker/db-postgresql.yml:doc/docker/varnish.yml:doc/docker/redis.yml:doc/docker/selenium.yml"
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
multirepository: true
Expand All @@ -31,9 +31,9 @@ jobs:
with:
project-edition: "headless"
project-version: ${{ github.ref_name }}
test-suite: "--profile=regression --suite=content"
test-setup-phase-1: "--profile=regression --suite=setup-content --tags=~@part2 --mode=standard"
test-setup-phase-2: "--profile=regression --suite=setup-content --tags=@part2 --mode=standard"
test-suite: "--profile=regression --suite=headless"
test-setup-phase-1: "--profile=regression --suite=setup-headless --tags=~@part2 --mode=standard"
test-setup-phase-2: "--profile=regression --suite=setup-headless --tags=@part2 --mode=standard"
setup: "doc/docker/base-dev.yml:doc/docker/selenium.yml"
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
multirepository: true
Expand All @@ -51,9 +51,9 @@ jobs:
with:
project-edition: "headless"
project-version: ${{ github.ref_name }}
test-suite: "--profile=regression --suite=content"
test-setup-phase-1: "--profile=regression --suite=setup-content --tags=~@part2 --mode=standard"
test-setup-phase-2: "--profile=regression --suite=setup-content --tags=@part2 --mode=standard"
test-suite: "--profile=regression --suite=headless"
test-setup-phase-1: "--profile=regression --suite=setup-headless --tags=~@part2 --mode=standard"
test-setup-phase-2: "--profile=regression --suite=setup-headless --tags=@part2 --mode=standard"
setup: "doc/docker/base-dev.yml:doc/docker/selenium.yml"
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
multirepository: true
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/browser-tests-v4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
with:
project-edition: "headless"
project-version: ${{ github.ref_name }}
test-suite: "--profile=regression --suite=content"
test-setup-phase-1: "--profile=regression --suite=setup-content --tags=~@part2 --mode=standard"
test-setup-phase-2: "--profile=regression --suite=setup-content --tags=@part2 --mode=standard"
test-suite: "--profile=regression --suite=headless"
test-setup-phase-1: "--profile=regression --suite=setup-headless --tags=~@part2 --mode=standard"
test-setup-phase-2: "--profile=regression --suite=setup-headless --tags=@part2 --mode=standard"
setup: "doc/docker/base-dev.yml:doc/docker/db-postgresql.yml:doc/docker/varnish.yml:doc/docker/redis.yml:doc/docker/selenium.yml"
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
multirepository: true
Expand All @@ -35,9 +35,9 @@ jobs:
with:
project-edition: "headless"
project-version: ${{ github.ref_name }}
test-suite: "--profile=regression --suite=content"
test-setup-phase-1: "--profile=regression --suite=setup-content --tags=~@part2 --mode=standard"
test-setup-phase-2: "--profile=regression --suite=setup-content --tags=@part2 --mode=standard"
test-suite: "--profile=regression --suite=headless"
test-setup-phase-1: "--profile=regression --suite=setup-headless --tags=~@part2 --mode=standard"
test-setup-phase-2: "--profile=regression --suite=setup-headless --tags=@part2 --mode=standard"
setup: "doc/docker/base-dev.yml:doc/docker/selenium.yml"
send-success-notification: ${{ github.event.inputs.send-success-notification != 'false' }}
use-compatibility-layer: true
Expand Down

0 comments on commit 2b2c2e1

Please sign in to comment.