Skip to content

Commit

Permalink
Merge pull request #394 from loic425/maintenance/remove-tag-whitespaces
Browse files Browse the repository at this point in the history
Remove tag whitespaces
  • Loading branch information
loic425 committed Feb 9, 2022
2 parents ec050e8 + 69f275f commit 4436e5b
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ jobs:

-
name: Run JS Behat
run: vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="@javascript && ~@todo && ~@cli" || vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="@javascript && ~@todo && ~@cli" --rerun || vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="@javascript && ~@todo && ~@cli" --rerun
run: vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="@javascript&&~@todo&&~@cli" || vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="@javascript&&~@todo&&~@cli" --rerun || vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="@javascript&&~@todo&&~@cli" --rerun

-
name: Upload Behat logs
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ test-installer:
.PHONY: test-installer

test-behat-with-cli:
vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="@cli && ~@todo" || vendor/bin/behat --strict --no-interaction -vvv -f progress --tags="@cli && ~@todo" --rerun
vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="@cli&&~@todo" || vendor/bin/behat --strict --no-interaction -vvv -f progress --tags="@cli&&~@todo" --rerun
.PHONY: test-behat-with-cli

test-doctrine-migrations:
Expand All @@ -85,11 +85,11 @@ test-prod-requirements:
.PHONY: test-prod-requirements

test-behat-without-javascript:
vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="~@javascript && ~@todo && ~@cli" || vendor/bin/behat --strict --no-interaction -vvv -f progress --tags="~@javascript && ~@todo && ~@cli" --rerun
vendor/bin/behat --colors --strict --no-interaction -vvv -f progress --tags="~@javascript&&~@todo&&~@cli" || vendor/bin/behat --strict --no-interaction -vvv -f progress --tags="~@javascript&&~@todo&&~@cli" --rerun
.PHONY: test-behat-without-javascript

test-behat-with-javascript:
vendor/bin/behat --strict --no-interaction -vvv -f progress --tags="@javascript && ~@todo && ~@cli"
vendor/bin/behat --strict --no-interaction -vvv -f progress --tags="@javascript&&~@todo&&~@cli"
.PHONY: test-behat-with-javascript

test-fixtures:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ default:

- App\Tests\Behat\Context\Ui\Backend\DashboardContext
filters:
tags: "@admin_dashboard && @ui"
tags: "@admin_dashboard&&@ui"
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ default:
- App\Tests\Behat\Context\Ui\Backend\ManagingCustomersContext
- App\Tests\Behat\Context\Ui\Backend\NotificationContext
filters:
tags: "@managing_customers && @ui"
tags: "@managing_customers&&@ui"
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ default:
- App\Tests\Behat\Context\Ui\Backend\LoginContext
- App\Tests\Behat\Context\Ui\Backend\NotificationContext
filters:
tags: "@managing_administrators && @ui"
tags: "@managing_administrators&&@ui"
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ default:
- App\Tests\Behat\Context\Cli\CommandContext
- App\Tests\Behat\Context\Cli\InstallerContext
filters:
tags: "@installer && @cli"
tags: "@installer&&@cli"
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ default:

- App\Tests\Behat\Context\Ui\Frontend\AccountContext
filters:
tags: "@customer_account && @ui"
tags: "@customer_account&&@ui"
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ default:
- App\Tests\Behat\Context\Ui\EmailContext
- App\Tests\Behat\Context\Ui\Frontend\LoginContext
filters:
tags: "@customer_login && @ui"
tags: "@customer_login&&@ui"
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ default:
- App\Tests\Behat\Context\Ui\EmailContext
- App\Tests\Behat\Context\Ui\Frontend\RegistrationContext
filters:
tags: "@customer_registration && @ui"
tags: "@customer_registration&&@ui"

0 comments on commit 4436e5b

Please sign in to comment.