IBX-7895: Added possibility to change create content button label #4804
This file contains 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: | |
admin-ui: | |
name: "AdminUI" | |
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main | |
with: | |
project-edition: 'oss' | |
test-suite: '--profile=browser --suite=admin-ui-full' | |
test-setup-phase-1: '--profile=setup --suite=personas --mode=standard' | |
test-setup-phase-2: '--profile=setup --suite=content-translation --mode=standard' | |
job-count: 2 | |
timeout: 40 | |
secrets: | |
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} | |
page-builder: | |
name: "Basic Page Builder tests" | |
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main | |
with: | |
project-edition: 'experience' | |
test-suite: '--profile=browser --suite=personas' | |
test-setup-phase-1: '--profile=setup --suite=personas --tags=@setup --mode=standard' | |
timeout: 40 | |
secrets: | |
SATIS_NETWORK_KEY: ${{ secrets.SATIS_NETWORK_KEY }} | |
SATIS_NETWORK_TOKEN: ${{ secrets.SATIS_NETWORK_TOKEN }} | |
TRAVIS_GITHUB_TOKEN: ${{ secrets.TRAVIS_GITHUB_TOKEN }} | |
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} |