nikku / karma-browserify

A fast Browserify integration for Karma that handles large projects with ease
MIT License
321 stars 50 forks source link

Karma-browserify:Removed PhantomJS Dependency #220

Closed ossdev07 closed 5 years ago

ossdev07 commented 5 years ago

PhantomJS is an unmaintained project, replaced the phantomjs dependency with chrome headless.

Increased the timeout from 8000 ms to 10000 ms in test/spec/pluginSpec.js as it was giving timeout issue on the aarch64 platform.

nikku commented 5 years ago

Merged via https://github.com/nikku/karma-browserify/commit/58f97882c2fb221f675415ef614b5aa97f9ba537.

ossdev07 commented 5 years ago

@nikku Thanks for accepting the PR!