-
Notifications
You must be signed in to change notification settings - Fork 16
30 lines (28 loc) · 1.02 KB
/
browser-tests.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: Browser tests
on:
push:
branches:
- master
- '[0-9]+.[0-9]+'
pull_request: ~
jobs:
admin-ui:
name: "Admin UI tests"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: 'oss'
project-version: '^3.3.x-dev'
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'
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
examples:
name: "BehatBundle examples"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: 'oss'
project-version: '^3.3.x-dev'
test-suite: '--mode=standard --profile=service --suite=examples'
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}