... and maybe on MS Edge too, down the road.
I've made some prelim. work on the appveyor branch where karma-ie-launcher is used to boot up IE.
Issues that I've ran into
- all our tests that use our mouseEvent wrapper are failing (because
window.mouseEvent does not work in IE11, see prelim attempt for writing a wrapper here)
- I had to use
npm install --force so that node-sass installs properly run after run. This has the side effect of making our AppVeyor test runs > 10 minutes long. We have to find a better way of caching packages.
Full CI outputs: https://ci.appveyor.com/project/etpinard/plotly-js/build/7
Any help from anyone with access to a Windows machine and/or with AppVeyor expertise would be greatly appreciated.
... and maybe on MS Edge too, down the road.
I've made some prelim. work on the
appveyorbranch wherekarma-ie-launcheris used to boot up IE.Issues that I've ran into
window.mouseEventdoes not work in IE11, see prelim attempt for writing a wrapper here)npm install --forceso thatnode-sassinstalls properly run after run. This has the side effect of making our AppVeyor test runs > 10 minutes long. We have to find a better way of caching packages.Full CI outputs: https://ci.appveyor.com/project/etpinard/plotly-js/build/7
Any help from anyone with access to a Windows machine and/or with AppVeyor expertise would be greatly appreciated.