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
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 vendor/ bin/behat --config [path/to/ file]/behat/ behat.yml --dry-run --tags @core
./external/
to see count of all feature files minus the ones tagged @manual vendor/ bin/behat --config [path/to/ file]/behat/ behat.yml --dry-run
./external/
to see count of all feature files tagged @manual vendor/ bin/behat --config [path/to/ file]/behat/ behat.yml --dry-run --tags @manual
./external/