ai-command/features/ai-credentials.feature
copilot-swe-agent[bot] c195bc1dd5 Improve backward compatibility and add tests
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
2025-12-07 15:06:40 +00:00

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+