ArnaudBuchholz / ui5-test-runner

A test runner for UI5 applications enabling parallel execution of tests.
https://arnaudbuchholz.github.io/ui5-test-runner/
MIT License
18 stars 9 forks source link

"--serve-only" prints wrong url to console #55

Closed heimwege closed 9 months ago

heimwege commented 11 months ago

Starting ui5-test-runner with --port 8081 and --serve-only prints the following statement to the console:

Server running at http://0.0.0.0:8081/

Clicking on the server url results in an error page (ERR_ADDRESS_INVALID). The correct URL is

http://localhost:8081 or http://127.0.0.1:8081/

ArnaudBuchholz commented 10 months ago

@heimwege That's actually a defect coming from reserve. Something I need to wrap in a more elegant manner.

ArnaudBuchholz commented 9 months ago

It now gathers the first IPv4 address, fix has been done in reserve 1.15.4

ArnaudBuchholz commented 9 months ago

Fixed in 3.3.5