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 a139fb1 commit 2798897Copy full SHA for 2798897
features/plugin-install.feature
@@ -58,7 +58,7 @@ Feature: Install WordPress plugins
58
Scenario: Don't attempt to rename ZIPs uploaded to GitHub's releases page
59
Given a WP install
60
61
- When I run `wp plugin install https://github.com/wp-cli-test/generic-example-plugin/archive/refs/tags/v0.1.0.zip`
+ When I run `wp plugin install https://github.com/wp-cli-test/generic-example-plugin/releases/download/v0.1.0/generic-example-plugin.0.1.0.zip`
62
Then STDOUT should contain:
63
"""
64
Plugin installed successfully.
0 commit comments