codymikol / karma-webpack

Karma webpack Middleware
MIT License
829 stars 222 forks source link

Integration test suite #460

Closed codymikol closed 3 years ago

codymikol commented 3 years ago

Feature Proposal

An integration test suite that will run karma-webpack against karma and webpack. This should increase confidence when updating dependencies and give us the ability to more easily test against different permutations of configuration options.

I have already started on a small testing package that I hope to finish up soon.

codymikol commented 3 years ago

I have a branch in progress for this that has some hacks to work around issues I documented over here: https://github.com/karma-runner/karma/issues/3612 . I want to see if this can be worked around in a better way and so I'll wait for some feedback from the karma team.