mirror of
https://gh.wpcy.net/https://github.com/mcp-wp/ai-command.git
synced 2026-04-22 18:22:17 +08:00
12 lines
373 B
Gherkin
12 lines
373 B
Gherkin
Feature: AI Credentials command
|
|
Scenario: Credentials management with WP AI Client
|
|
Given a WP installation
|
|
|
|
When I try `wp ai credentials list`
|
|
Then STDERR should contain:
|
|
"""
|
|
The WP AI Client is not available.
|
|
"""
|
|
|
|
# TODO: Add tests for when WP AI Client is available
|
|
# This would require installing the AI plugin or WordPress 7.0+
|