sebastian-sauer

Results 13 comments of sebastian-sauer

I've added a non collapsible file tree to make navigation through diff files easier - see screenshots in PR description for an updated version. Any feedback is much appreciated :)

> On the Screenshot it looks like Directories are not collapsible. This needs to be added, especially for bigger PRs. Directories are now collapsible.

Added a hover style following the github tree and tweaked some paddings ![Screenshot from 2022-09-02 22-16-19](https://user-images.githubusercontent.com/1135157/188229752-e615577c-e70c-4a06-8254-ac1c9c9cb587.png) ![Screenshot from 2022-09-02 22-16-40](https://user-images.githubusercontent.com/1135157/188229765-0c389914-84fe-4858-91eb-26f750fefa60.png)

The show more functionality for our file tree has now been added.

Now all folders containing only a folder will be merged into one directory entry in our tree. So we reduce the depth of our tree and make the tree behave...

Hi all, I really would appreciate this feature in 1.18. Is there any new feedback on this PR?

Yes - the performance of the diff view for large diffs is (and was) not the best. I hope i'll find some more spare time to analyze and improve the...

After we've added the addWorkerLogs option to junit-reporter @christian-bromann already mentioned to include console logs, too. It's currently on my list of things i'd like to add soon (as with...

Ok - what about a config option for the runner. logBrowserConsole: boolean if true we'd log the output using our logger to a logger "browserConsole".

I'd add a prefix or any indication to the console indicating that this is a browser log. Otherwise this could look strange with normal console output and browser log output.