Skip to content

Commit

Permalink
added AI config
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszszopinski committed Oct 22, 2024
1 parent 3ea6cdb commit 0055393
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions behat_ibexa_commerce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ 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-openai/features/browser'
filters:
tags: "~@broken&&@IbexaCommerce"
contexts:
Expand Down Expand Up @@ -112,3 +113,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
3 changes: 3 additions & 0 deletions behat_ibexa_experience.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ 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-openai/features/browser'
filters:
tags: "~@broken&&@IbexaExperience"
contexts:
Expand Down Expand Up @@ -110,3 +111,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
5 changes: 5 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,7 @@ 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-openai/features/browser'
filters:
tags: "~@broken&&@IbexaHeadless"
contexts:
Expand Down Expand Up @@ -87,3 +90,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 0055393

Please sign in to comment.