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

In the reporter.html OS column shows worng. #30

Closed satpal82bhandari closed 10 years ago

satpal82bhandari commented 10 years ago

In the reporter.html OS column shows worng. OS XP. However ,I am running my test cases from windows 7.

jintoppy commented 10 years ago

Reporter gets the metadata using the browser.getCapabilities() method provided by protractor which internally calls webdriver.getCapabilities method. You can get more details by raising an issue in protractor repo.