mariusbalcytis / webpack-bundle

Bundle to Integrate Webpack into Symfony
MIT License
122 stars 36 forks source link

Ability to turn off compiling when running functional tests #58

Open mariusbalcytis opened 7 years ago

mariusbalcytis commented 7 years ago

Currently if running functional tests, maba:webpack:compile must be ran beforehand. This might cause issues if cache is cleared inside the tests, different environments used, several tests are ran simultaneously (via paratest or similar tool) etc. Moreover, it adds additional overhead and quite often the compilation result is not needed by the tests at all.