On hack days with a slow internet connection, the initial run of composer behat can be quite slow as WP-CLI fetches a copy of WordPress across the network. This can cause the user to think something is broken with their test suite.
Let's instead download WP_VERSION=latest during composer install and put it in the appropriate cache directory. This will provide more visibility into what's going on.
On hack days with a slow internet connection, the initial run of
composer behatcan be quite slow as WP-CLI fetches a copy of WordPress across the network. This can cause the user to think something is broken with their test suite.Let's instead download
WP_VERSION=latestduringcomposer installand put it in the appropriate cache directory. This will provide more visibility into what's going on.