如何使用Behat在不同浏览器上运行特定功能文件?

Basically what i want to achieve/know is, is it possible to run my scenarios across different browsers simultaneously ?? I know it is possible to run test on different browsers by configuring the profiles in behat.yml However what if i want want to run all the profile parallel ??

Use a payed cloud service (browserstack, saucelabs or others) or start multiple selenium servers on different ports with different drivers and add specific wd_host for each profile.