HEX
Server: nginx/1.28.0
System: Linux w3c-2 6.8.0-78-generic #78-Ubuntu SMP PREEMPT_DYNAMIC Tue Aug 12 11:34:18 UTC 2025 x86_64
User: inpa_co_1 (1082)
PHP: 8.3.29
Disabled: NONE
Upload Files
File: //opt/wp-cli/wp-cli-login-command/features/login-email.feature
Feature: Magic sign-in links can be emailed to the user.

  Scenario: It can email the user with a magic sign-in link.
    Given a WP install
    And a user john [email protected]
    And the login plugin is installed and active
    When I try `wp login email john --debug`
    Then STDOUT should contain:
      """
      Success: Email sent.
      """
    And STDERR should contain:
      """
      Debug (aaemnnosttv/wp-cli-login-command): Sending email to [email protected]
      """