[Tests] Aligned integration tests to rely on core abstract with Case suffix
#212
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Browser tests | |
| on: | |
| push: | |
| branches: | |
| - main | |
| - '[0-9]+.[0-9]+' | |
| pull_request: ~ | |
| jobs: | |
| matrix-fieldtype: | |
| name: 'Browser fieldtype tests' | |
| uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main | |
| with: | |
| project-edition: 'oss' | |
| test-setup-phase-1: '--profile=setup --suite=content-translation --mode=standard' | |
| test-suite: '--profile=browser --suite=admin-ui --tags=~@IbexaDXP' | |
| timeout: 40 | |
| secrets: | |
| SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} |