Skip to content

Commit

Permalink
Merge branch '4.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszszopinski committed Nov 27, 2024
2 parents 3e02e5a + 30d6bba commit d52dd35
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions behat_ibexa_commerce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ regression:
- '%paths.base%/vendor/ibexa/version-comparison/features'
- '%paths.base%/vendor/ibexa/workflow/features/browser'
- '%paths.base%/vendor/ibexa/shipping/features/browser'
- '%paths.base%/vendor/ibexa/connector-ai/features/browser'
- '%paths.base%/vendor/ibexa/connector-openai/features/browser'
filters:
tags: "~@broken&&@IbexaCommerce"
contexts:
Expand Down Expand Up @@ -112,3 +114,5 @@ regression:
- Ibexa\Workflow\Behat\Context\WorkflowAdminContext
- Ibexa\Workflow\Behat\Context\WorkflowContext
- Ibexa\Shipping\Behat\Context\ShippingMethodsContext
- Ibexa\ConnectorOpenAi\Behat\Context\OpenAIContext
- Ibexa\ConnectorAi\Behat\Context\AIActionsContext
4 changes: 4 additions & 0 deletions behat_ibexa_experience.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ regression:
- '%paths.base%/vendor/ibexa/user/features/browser'
- '%paths.base%/vendor/ibexa/version-comparison/features'
- '%paths.base%/vendor/ibexa/workflow/features/browser'
- '%paths.base%/vendor/ibexa/connector-ai/features/browser'
- '%paths.base%/vendor/ibexa/connector-openai/features/browser'
filters:
tags: "~@broken&&@IbexaExperience"
contexts:
Expand Down Expand Up @@ -110,3 +112,5 @@ regression:
- Ibexa\VersionComparison\Behat\Context\VersionComparisonContext
- Ibexa\Workflow\Behat\Context\WorkflowAdminContext
- Ibexa\Workflow\Behat\Context\WorkflowContext
- Ibexa\ConnectorOpenAi\Behat\Context\OpenAIContext
- Ibexa\ConnectorAi\Behat\Context\AIActionsContext
6 changes: 6 additions & 0 deletions behat_ibexa_headless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ imports:
- vendor/ibexa/taxonomy/behat_suites_headless.yml
- vendor/ibexa/version-comparison/behat_suites.yml
- vendor/ibexa/workflow/behat_suites_headless.yml
- vendor/ibexa/connector-openai/behat_suites.yaml
- vendor/ibexa/connector-ai/behat_suites.yaml

regression:
suites:
Expand Down Expand Up @@ -37,6 +39,8 @@ regression:
- '%paths.base%/vendor/ibexa/user/features/browser'
- '%paths.base%/vendor/ibexa/version-comparison/features'
- '%paths.base%/vendor/ibexa/workflow/features/browser'
- '%paths.base%/vendor/ibexa/connector-ai/features/browser'
- '%paths.base%/vendor/ibexa/connector-openai/features/browser'
filters:
tags: "~@broken&&@IbexaHeadless"
contexts:
Expand Down Expand Up @@ -87,3 +91,5 @@ regression:
- Ibexa\VersionComparison\Behat\Context\VersionComparisonContext
- Ibexa\Workflow\Behat\Context\WorkflowAdminContext
- Ibexa\Workflow\Behat\Context\WorkflowContext
- Ibexa\ConnectorOpenAi\Behat\Context\OpenAIContext
- Ibexa\ConnectorAi\Behat\Context\AIActionsContext

0 comments on commit d52dd35

Please sign in to comment.