When switching over from Behat to Mink in v3 to use headless browser for testing. It stops generating Snippets for me automatically from my feature files.
Following the setup for features/bootstrap/FeatureContext.php from the docs.
behat
# generates this error at the bottom of the output
--- Snippets for the following steps in the default suite were not generated (check your configuration)
In Behat style just before it had output the functions I needed to set up.