teammates icon indicating copy to clipboard operation
teammates copied to clipboard

Refactor LnP test framework to parse startup info

Open moziliar opened this issue 3 years ago • 1 comments

Referencing #11027

In file src/lnp/resources/test.template.properties, test server host is hardcoded. We aim to remove it and use the existing library to get such information, freeing the developer/testers from changing this config unnecessarily.

moziliar avatar Apr 05 '21 04:04 moziliar

Before starting work on this, just need to clarify the requirements as per Reference PR #11027. The properties related to 'test.app.domain=localhost' should be removed, and instead, the code should be modified to parse host information from 'test.app.url=http://localhost:8080' available in test.properties file.

@moziliar is this information above correct?

anii1827 avatar Dec 23 '23 07:12 anii1827