RetailMeNot / TestRailSDK

TestRail integration with Java WebDriver implementation.
MIT License
25 stars 27 forks source link

Configurable TestRail server url #8

Closed VigneshPalanisamy closed 10 years ago

VigneshPalanisamy commented 10 years ago

Hi,

We running our TestRail server in intranet environment. So our TestRail url will be like this https://server-ip/testRail/index.php? But in TestRailSDK it is https://clientId.testrail.com/index.php? . If it is configurable, it will be very useful for us.

Thank you.

mmerrell commented 10 years ago

I'll see about providing that mechanism now. I will attempt to keep the current system in place, and provide another parameter for the properties file for "Full Url" or something. Whenever this is done I will cut a full release of 0.9

VigneshPalanisamy commented 10 years ago

Yes that will be great. Thank you.

mmerrell commented 10 years ago

@VigneshPalanisamy we released 0.9 yesterday, which supports the creation of the full URL. Can you check it out and let me know if everything works?