tolbertam / mocha-appveyor-reporter

Mocha reporter for AppVeyor CI Integration
Other
13 stars 5 forks source link

Support mocha-phantomjs #2

Open nathanboktae opened 9 years ago

nathanboktae commented 9 years ago

Run in the browser and report tests via ajax

astorije commented 7 years ago

Is there any way to make mocha-phantomjs work with this reporter as of today? Thanks!

nathanboktae commented 7 years ago

You have to remove all the Node.js dependencies like util and request-json and send the requests via XMLHttpRequest. Oh and it won't work unless appveyor's reporting URL is CORS enabled. So it's a pretty big refactoring work and might not work in the end.