Launch a given command in the background.
Usage
Scenario: My example scenario
Given a WP install
And I launch in the background `wp server --host=localhost --port=8181`
...
Behat steps documentation is generated from the WP-CLIWP-CLI WP-CLI is the Command Line Interface for WordPress, used to do administrative and development tasks in a programmatic way. The project page is http://wp-cli.org/ https://make.wordpress.org/cli/ codebase on every release. To suggest improvements, please submit a pull request.
Related
- When /^I (run|try) `([^`]+)`$/ – Run or try a given command.
- When /^I (run|try) `([^`]+)` from ‘([^\s]+)’$/ – Run or try a given command in a subdirectory.
- When /^I (run|try) the previous command again$/ – Run or try the previous command again.