RetailMeNot / TestRailSDK

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

Can we have configurable testrail server URL rather than providing id #54

Open RayChenLDL opened 5 years ago

RayChenLDL commented 5 years ago

Can we have configurable testrail server URL rather than providing id?

I know in order to use TestRailService we need to provide id, user and password. Then "buildRequestURL" will return "{id}.testrail.com". While my organisation is using testrail.io.

Just wondering if it is possible to make the testrail server url configurable? Thanks

vinceis1337 commented 5 years ago

Hi @RayChenLDL public TestRailService(URL apiEndpoint, String username, String password) initializer already exists.