We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd156dd commit 4ce213fCopy full SHA for 4ce213f
features/pattern.feature
@@ -17,6 +17,11 @@ Feature: Manage WordPress block patterns
17
[{"name":"core\/query-standard-posts","title":"Standard"}]
18
"""
19
20
+ @require-wp-5.5
21
+ Scenario: Filtering block patterns by category
22
+ When I run `wp pattern list --category=buttons --format=count`
23
+ Then STDOUT should match /^\d+$/
24
+
25
@require-wp-5.5
26
Scenario: Getting a specific block pattern
27
When I run `wp pattern list --format=csv --fields=name`
0 commit comments