grs.* localsettings properties are no longer supported in C++test 10.3.3 and later
Starting with C++test 10.3.3, localsettings properties with the "grs" prefix are no longer supported. If they are specified in the localsettings file, then the following will be printed out in the console:
The following deprecated localsettings properties are no longer supported:
- grs.server
- grs.enabled
- grs.port
Please use the equivalent dtp.* or concerto.* localsettings properties instead.
Instead of using the grs.* properties, the following properties should be used instead:
GRS PROPERTY | UPDATED PROPERTY |
---|---|
grs.web.port | dtp.port |
grs.server | dtp.server |
grs.report_visited_files | concerto.report_visited_files |
grs.port | concerto.data.port |
grs.data.port | concerto.data.port |
grs.log_as_nightly | concerto.log_as_nightly |
grs.enabled | concerto.reporting |
grs.use_resource_attributes | concerto.use_resource_attributes |
grs.user_defined_attributes | concerto.user_defined_attributes |
Comments
-
Hi,
Regrading CLI results via Jenkins.
When trying to open doc rules documentation , I get error on the page: parasoftserver\grs..... can not access.
Only after I successfully logged on with my credentials in a separate browser tab , I can open rule documentation page via Jenkins results page.
Is there a configuration to set credentials via configuration file in order to avoid such
case ?Thanks
0