mirror of
https://ghproxy.net/https://github.com/bbpress/wp-cli-bbpress.git
synced 2026-03-06 22:23:36 +08:00
10 lines
294 B
Gherkin
10 lines
294 B
Gherkin
Feature: Manage bbPress Tools
|
|
|
|
Scenario: Testing bbPress tools commands
|
|
Given a bbPress install
|
|
|
|
When I run `wp bbp tool repair --type=topic-reply-count`
|
|
Then STDOUT should contain:
|
|
"""
|
|
Success: Counting the number of replies in each topic… Complete!
|
|
"""
|