codymikol / karma-webpack

Karma webpack Middleware
MIT License
830 stars 222 forks source link

chore(test): set up integration testing #461

Closed codymikol closed 3 years ago

codymikol commented 3 years ago

This will ensure that karma-webpack can run as expected within a live karma server.

Fixes #460

This PR contains a:

Motivation / Use-Case

This will make it easier to update dependencies as it will ensure that karma-webpack will still work in at least a basic setup. This also lays groundwork for adding additional integration tests as well for more niche scenarios.

Breaking Changes

N/A

Additional Info

This also introduces puppeteer as a dev dependency as I found it to be the most best headless option for doing an integration test.