Demonstration of an issue for a feature request
tl;dr โ when launching a browser it would be nice if Cypress ran both functions for before:browser:launch, printing ๐ Hello, World! ๐. As it is, it only prints World! ๐
I use a third-party plugin that registers before:browser:launch. However, I would also like to add my own config on this event. Given the current state of Cypress (or the plugin, depending on your ideal solution I suppose), I'm not allowed to do that without some kind of hacky workaround.