roblaszczak / vgt

The missing tool for Visualising Go Tests
https://threedots.tech/post/go-test-parallelism/
MIT License
107 stars 1 forks source link

Does not work if Ubuntu Server is running via WSL (Windows Subsystem for Linux) #4

Closed DimNS closed 2 hours ago

DimNS commented 3 hours ago

Does not work if Ubuntu Server is running via WSL (Windows Subsystem for Linux) ERR Error opening browser err="exec: \"xdg-open\": executable file not found in $PATH"

I found what I need to install xdg-utils, but it doesn't work with it either, it can't get to the browser on the host machine ERR Timeout: Browser did not load the page within 10 seconds.

As a solution, it would be cool to be able to output the result of the program in the form of an image (save to disk) or as an html file

DimNS commented 2 hours ago

I'm sorry, I just saw the argument for the html output.