I'm using mink/behat to test my website. I need certain features be executed before others. Is there a way to specify an order of execution?
For example: There are 3 features: Administration, Login, Buy I need to execute them in this order: Login, Administration, Buy
Thank you!