TestZeus / testzeus-archetype

Maven archetype to package and generate JAR files.
GNU General Public License v3.0
1 stars 1 forks source link

Unable to set the baseUri value in HTTPClientWrapper class. #2

Open BettaManoj opened 4 months ago

BettaManoj commented 4 months ago

I am unable to set the value of baseUri in HTTPClientWrapper class. As this class is Readonly and there is no Setter method to set the value of baseUri, the value if it null and unable to continue API testing. i request you to update this class with setter method for baseuri and version.

    private static String REST_ENDPOINT = "/services/data";
private static String API_VERSION = "/v54.0";
private static String baseUri;  "**null**"
smilinrobin commented 4 months ago

Hi @BettaManoj , The baseUri expects the value from test data json file . As this is part of the Maven package for TestZeus, please feel free to raise a PR and we can review / merge it in the source code.