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 15b501c commit 253caf9Copy full SHA for 253caf9
features/upgradables.feature
@@ -51,10 +51,14 @@ Feature: Manage WordPress themes and plugins
51
"<item_title>"
52
"""
53
54
+ When I run `wp <type> list --name=<item> --field=update_version`
55
+ Then STDOUT should not be empty
56
+ And save STDOUT as {UPDATE_VERSION}
57
+
58
When I run `wp <type> list`
59
Then STDOUT should be a table containing rows:
- | name | status | update | version |
- | <item> | inactive | available | <version> |
60
+ | name | status | update | version | update_version |
61
+ | <item> | inactive | available | <version> | {UPDATE_VERSION} |
62
63
When I run `wp <type> list --field=name`
64
Then STDOUT should contain:
0 commit comments