HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/local/wp/vendor/wp-cli/extension-command/features/plugin-install-github-latest.feature
Feature: Install WordPress plugins from GitHub

  Scenario: Verify that providing a plugin releases/latest GitHub URL will get the latest ZIP
    Given a WP install
    When I run `wp plugin install https://github.com/danielbachhuber/one-time-login/releases/latest`
    Then STDOUT should contain:
      """
      Latest release resolved to Version
      """
    And STDOUT should contain:
      """
      package from https://api.github.com/repos/danielbachhuber/one-time-login/zipball/
      """
    And STDOUT should contain:
      """
      Plugin installed successfully.
      Success: Installed 1 of 1 plugins.
      """