ai-command/features/ai.feature
copilot-swe-agent[bot] ca652fc822 Remove AI Services backward compatibility, use only WP AI Client
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
2025-12-07 16:30:25 +00:00

20 lines
497 B
Gherkin

Feature: AI command
Scenario: Missing WP AI Client
When I try `wp ai "Hello World"`
Then STDERR should contain:
"""
This does not seem to be a WordPress installation.
"""
When I try `wp ai "Hello World" --skip-wordpress`
Then STDERR should contain:
"""
Not implemented yet.
"""
Given a WP installation
When I try `wp ai "Hello World"`
Then STDERR should contain:
"""
This command requires the WP AI Client.
"""