Skip to content

Commit 1e8d58d

Browse files
committed
Refine comments in e2e-test workflow to clarify block-based checkout tests strategy for WooCommerce versions
1 parent 1d8b8b1 commit 1e8d58d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/e2e-test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@ jobs:
9595
# Create optimized matrix with selective PHP version testing
9696
# Build matrix dynamically based on WC versions
9797
#
98-
# BLOCKS TESTS STRATEGY:
99-
# - Run blocks tests on current stable and newer WC versions where blocks support is mature
100-
# - WC 7.7.0: NO blocks tests (too old, limited support) - uses skip_blocks=1
101-
# - WC L-1: NO blocks tests (previous major, potential compatibility issues) - uses skip_blocks=1
102-
# - WC latest: YES blocks tests (current stable, full support)
103-
# - WC beta: YES blocks tests (newer version, test latest features)
98+
# BLOCK-BASED CHECKOUT TESTS STRATEGY:
99+
# - Run block-based checkout tests on current stable and newer WC versions where blocks support is mature
100+
# - WC 7.7.0: NO block-based checkout tests (too old, limited support) - uses skip_blocks=1
101+
# - WC L-1: NO block-based checkout tests (previous major, potential compatibility issues) - uses skip_blocks=1
102+
# - WC latest: YES block-based checkout tests (current stable, full support)
103+
# - WC beta: YES block-based checkout tests (newer version, test latest features)
104104
# - WC RC: YES blocks tests (newest version, test upcoming release)
105105
106106
# Define common values to reduce repetition
@@ -193,7 +193,7 @@ jobs:
193193

194194

195195
# Run tests against WP Nightly & WC latest
196-
# This section tests cutting-edge WordPress features with latest WC
196+
# This section tests new WordPress features with latest WC
197197
# Blocks tests are included here since we're testing against WP nightly + WC latest
198198
wp-nightly-tests:
199199
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)