Behat Tests - Run BDD Tests with Behat | Online Free DevTools by Hexmos
Run Behat BDD tests efficiently with Behat. Define and execute behavior-driven specifications for PHP applications. Free online tool, no registration required.
behat
A PHP framework for Behaviour-Driven Development. More information: https://behat.org.
- Initialize a new Behat project:
behat --init
- Run all tests:
behat
- Run all tests from the specified suite:
behat --suite {{suite_name}}
- Run tests with a specific output formatter:
behat --format {{pretty|progress}}
- Run tests and output results to a file:
behat --out {{path/to/file}}
- List the definitions in your test suites:
behat --definitions