handbook/behat-steps/then-stdout-should-be-csv-containing.md
github-actions[bot] c22aa665e6 Regenerate handbook
2025-12-17 18:56:32 +00:00

4.6 KiB

Then /^STDOUT should be CSV containing:$/

Expect STDOUT to be CSV containing certain values.


Usage

Scenario: My example scenario
  When I run `wp term list post_tag --fields=name,slug --format=csv`
  Then STDOUT should be CSV containing:
    | name      | slug |
    | Test term | test |

Behat steps documentation is generated from the WP-CLI codebase on every release. To suggest improvements, please submit a pull request.