jintoppy / protractor-html-screenshot-reporter

An npm module which provides html reports of your Protractor tests with screenshots
MIT License
65 stars 99 forks source link

where does it work out the OS from? #51

Open jdann opened 9 years ago

jdann commented 9 years ago

I've just spotted in the reports it's claiming the OS is XP but the tests are being running on a Windows 7 PC.

I was just wondering how it works out what the OS is? Not sure if it's how the computer I'm using has been built?

eddiemonge commented 9 years ago

Looks like its coming from Node: https://github.com/jintoppy/protractor-html-screenshot-reporter/blob/master/index.js#L47