-
Notifications
You must be signed in to change notification settings - Fork 19
52 lines (50 loc) · 2.07 KB
/
browser-tests.yaml
File metadata and controls
52 lines (50 loc) · 2.07 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
name: Browser tests
on:
push:
branches:
- main
- '[0-9]+.[0-9]+'
pull_request: ~
jobs:
admin-ui-oss:
name: "AdminUI-OSS"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: 'oss'
test-suite: '--profile=browser --suite=admin-ui-full --tags=@IbexaOSS'
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: inherit
admin-ui-headless:
name: "AdminUI-Headless"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: 'headless'
test-suite: '--profile=browser --suite=admin-ui-full --tags=@IbexaHeadless'
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: inherit
admin-ui-experience-commerce:
name: "AdminUI-Experience/Commerce"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: 'experience'
test-suite: '--profile=browser --suite=admin-ui-full --tags=@IbexaExperience,@IbexaCommerce'
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: inherit
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: inherit