. d
make behat
behat
This will run all of the local tests.
behat --tags="@server&&~@slow&&~@needs-manual-config"
behat --tags="@webpack&&~@slow&&~@needs-manual-config"
See the full list of tests here.
behat features/<test_file_name>.feature
behat --tags="@slow&&~@needs-manual-config"
behat --stop-on-failure