Speed-Up your Functional Tests with paratest
I am currently working on a Symfony2 project where we use quite some Functional Test to check for our quality. Bad thing about that is that the functional tests currently take about 13 minutes in our Jenkins build. This is too long. So a quick search for options for optimizing led me to Github to brianium/paratest. […]