Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Behat] IBX-8636: As a QA I want to add behat coverage to user profile #119

Merged
merged 3 commits into from
Aug 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/browser-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: 'oss'
test-suite: '--profile=browser --suite=admin-ui-full'
test-suite: '--profile=browser --suite=admin-ui-full --tags=~@broken'
test-setup-phase-1: '--profile=regression --suite=setup-oss --mode=standard'
multirepository: true
timeout: 40
Expand Down
1 change: 1 addition & 0 deletions behat_ibexa_commerce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ regression:
- Ibexa\AdminUi\Behat\BrowserContext\UDWContext
- Ibexa\AdminUi\Behat\BrowserContext\UserNotificationContext
- Ibexa\AdminUi\Behat\BrowserContext\UserPreferencesContext
- Ibexa\AdminUi\Behat\BrowserContext\UserProfileContext
- Ibexa\Behat\API\Context\ContentContext
- Ibexa\Behat\API\Context\ContentTypeContext
- Ibexa\Behat\API\Context\RoleContext
Expand Down
1 change: 1 addition & 0 deletions behat_ibexa_experience.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ regression:
- Ibexa\AdminUi\Behat\BrowserContext\UDWContext
- Ibexa\AdminUi\Behat\BrowserContext\UserNotificationContext
- Ibexa\AdminUi\Behat\BrowserContext\UserPreferencesContext
- Ibexa\AdminUi\Behat\BrowserContext\UserProfileContext
- Ibexa\Behat\API\Context\ContentContext
- Ibexa\Behat\API\Context\ContentTypeContext
- Ibexa\Behat\API\Context\RoleContext
Expand Down
1 change: 1 addition & 0 deletions behat_ibexa_headless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ regression:
- Ibexa\AdminUi\Behat\BrowserContext\UDWContext
- Ibexa\AdminUi\Behat\BrowserContext\UserNotificationContext
- Ibexa\AdminUi\Behat\BrowserContext\UserPreferencesContext
- Ibexa\AdminUi\Behat\BrowserContext\UserProfileContext
- Ibexa\Behat\API\Context\ContentContext
- Ibexa\Behat\API\Context\ContentTypeContext
- Ibexa\Behat\API\Context\RoleContext
Expand Down
Loading