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 fc01507 commit 33a01a1Copy full SHA for 33a01a1
features/post-generate.feature
@@ -41,4 +41,11 @@ Feature: Generate new WordPress posts
41
"""
42
Success:
43
44
-
+ Scenario: Generating post and output title
45
+ When I run `wp post generate --count=1 --post_title=Howdy!`
46
+ And I run `wp post list --field=post_title --posts_per_page=1`
47
+ Then STDOUT should contain:
48
+ """
49
+ Howdy!
50
51
+ And STDERR should be empty
0 commit comments