Closed srinivasskc closed 4 years ago
Thanks for writing in! 🏆
Could you confirm the Newman version please @srinivasskc, that doesn't look quite right.
If you could share the node version too that would be great.
Below are details @DannyDainton .
Node Version: 12.18.2
NPM Version: 6.14.6
Newman Version: 5.1.0
There is an error while executing this function while launching the report (either in light or dark mode).
(function () { if (localStorage.getItem('theme') === 'theme-light') { setTheme('theme-light'); document.getElementById('slider').checked = false; } else { setTheme('theme-dark'); document.getElementById('slider').checked = true; } })();
Console Log Screenshot:
No data is stored in Storage
There seems to be a lot of issues over the years with local storage and Edge. Even the latest update here was from last month :/
Just to confirm @srinivasskc - Apart from the report not flipping over to the Dark theme, is the rest of it functional?
Just want to ensure there isn't any other quirks of Edge that I haven't accounted for/seen yet. :(
Thanks for asking. @DannyDainton I found a functionality issue.
Response Information is not displaying on IE Edge, whereas it displays information on Chrome.
Interesting 🤔
Might need a little bit more info that a static image of something that you can see on your machine though 😁
Any errors? Could you check the elements in the dev tools to see if it's just a CCS thing?
Could you share the collection files with me please?
I have checked further, its more of CSS.
class .badge-success { color: #fff } which is strike off.
When i unchecked the property, Now values are displaying.
The same css property when strike off, it is displaying values on chrome. @DannyDainton
Yeah I thought it all might be wrapped up with the CSS issues from the toggle changes.
I'm sure there will be more on Edge and to save you posting each one I would recommend not using that browser with the reporter. 😢
You can close this ticket :) And also it would be good to see if you can add "Browser Compatability" in Readme file.
Sounds like a great way to contribute to the project and get your name on it too.
If you makes the changes to the readme and send me a PR I will get it merged 😁
@srinivasskc I'm going to close this for now but please do raise a PR for changes to the README, I would appreciate your contributions.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Describe The Problem When i open the report on IE Edge and Click on Dark Mode toggle, It does display the report in dark mode.
Steps To Reproduce
Request
view 'Dark Mode'What Are You Seeing It displays the same report when Light Mode or Dark Mode is selected. No Background color changed.
Screenshots and Gifs
Collection and Environment Files Environment: Windows 10 Browser: IE Edge latest version Collection: Any Collection
Version and Platform Information:
newman
Version [6.14.6]newman-reporter-htmlextra
Version [1.17.3]Additional Context
Are you using the reporter from the command line or with a script? Command Line.
Are you using the default template or a custom version? Default Template