Identifying Tests¶
By Suite¶
By default, when you run Behat it will execute all registered suites
one-by-one. If you want to run a single suite instead, use the --suite
option:
$vendor/bin/behat--suite=web_features
JavaScript is required to toggle light/dark mode..
Edit on GitHub