PublishConfig.cfg

The PublishConfig.cfg file contains some configuration data like

  • the current test scenario at the time of closing OMrun. Thus OMrun will start up with the same test scenario as you have worked before closing OMrun.

  • the publish destination for OMrun Dashboard. See the following section of PublishConfig.cfg file:

<PathConfiguration>
 <PathType>DashboardPublisherPath\</PathType>
 <PathName>C:\inetpub\wwwroot\OMdashboard\App\_Data\</PathName>
 <Remark>Default path\</Remark>
</PathConfiguration>

Last updated