Automattic / Co-Authors-Plus

Multiple bylines and Guest Authors for WordPress
https://wordpress.org/plugins/co-authors-plus/
GNU General Public License v2.0
291 stars 205 forks source link

CLI: Add Behat functional tests #980

Closed GaryJones closed 1 year ago

GaryJones commented 1 year ago

Description

Behat is a good tool to use for testing the output of CLI commands. This PR adds the general Behat setup, and a few basic tests (not comprehensive) to get started with.

Steps to Test

Run composer update && composer prepare-behat-tests as a one-off task, then run composer behat to run the tests.## Description