-
Notifications
You must be signed in to change notification settings - Fork 145
56 lines (49 loc) · 1.55 KB
/
test-e2e.yml
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
53
54
55
# name: Test / E2E Runner
# on:
# pull_request:
# branches:
# - master
# jobs:
# Requires re-working our helpers to be backward compat.
# chrome_e2e_major_before_previous_major:
# name: Chrome with major before previous major WP version
# uses: ./.github/workflows/test-e2e-cypress.yml
# with:
# wpVersion: "WordPress/WordPress#6.1"
# concurrency:
# group: chrome-defaults-major-before-previous-major
# cancel-in-progress: true
# chrome_e2e_previous_major:
# name: Chrome with previous major WP version
# uses: ./.github/workflows/test-e2e-cypress.yml
# with:
# wpVersion: "WordPress/WordPress#6.3"
# concurrency:
# group: chrome-defaults-previous-major
# cancel-in-progress: true
# chrome_e2e:
# name: Chrome with defaults
# uses: ./.github/workflows/test-e2e-cypress.yml
# with:
# wpVersion: "WordPress/WordPress#6.3"
# concurrency:
# group: chrome-defaults
# cancel-in-progress: true
# chrome_e2e_go:
# name: Chrome and Go theme
# uses: ./.github/workflows/test-e2e-cypress.yml
# with:
# wpVersion: "WordPress/WordPress#6.3"
# theme: "https://downloads.wordpress.org/theme/go.zip"
# concurrency:
# group: chrome-go-theme
# cancel-in-progress: true
# chrome_e2e_php74:
# name: Chrome on PHP 7.4
# uses: ./.github/workflows/test-e2e-cypress.yml
# with:
# wpVersion: "WordPress/WordPress#6.3"
# phpVersion: "7.4"
# concurrency:
# group: chrome-php74
# cancel-in-progress: true