Comment 2 for bug 1853066

Revision history for this message
Robert Lyon (robertl-9) wrote :

A fast way to test the patch is to use the --dry-run behat option

eg: where [path/to/file] is actual path to file

to see count of all feature files
./external/vendor/bin/behat --config [path/to/file]/behat/behat.yml --dry-run --tags @core

to see count of all feature files minus the ones tagged @manual
./external/vendor/bin/behat --config [path/to/file]/behat/behat.yml --dry-run

to see count of all feature files tagged @manual
./external/vendor/bin/behat --config [path/to/file]/behat/behat.yml --dry-run --tags @manual