webpack-bundle icon indicating copy to clipboard operation
webpack-bundle copied to clipboard

Ability to turn off compiling when running functional tests

Open mariusbalcytis opened this issue 7 years ago • 0 comments

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.

mariusbalcytis avatar Apr 11 '17 19:04 mariusbalcytis