Forum Discussion
Which file do you mean? If you mean the <project name>.mds.tcLogs file, that's the file that contains the links between the project MDS file and the logs for the individual executed test runs. This is not a file that should be checked in and out of source nor is it necessarily recommended to manipulate it outside of regular functioning of TestComplete. You CAN but, if done improperly, you could end up with lost data for test run logs.
tristaanogreIt appears you are answering a question I've been trying to get SmartBear support to respond to. As my team keeps having merge conflicts with the ".mds.tcLogs" file, I wrote to SmartBear support and asked them if it would be okay for me to include that file in our ".gitignore" file in Bitbucket. Before doing so, however, I wanted them to confirm for me that I wouldn't be wrecking anything or causing others problems when trying to run tests at a later date/time. Just to confirm here, mate, you are saying it's okay to ignore the .mds.tcLogs file, correct?
- tristaanogre5 years agoEsteemed Contributor
SeumasMack wrote:
tristaanogreIt appears you are answering a question I've been trying to get SmartBear support to respond to. As my team keeps having merge conflicts with the ".mds.tcLogs" file, I wrote to SmartBear support and asked them if it would be okay for me to include that file in our ".gitignore" file in Bitbucket. Before doing so, however, I wanted them to confirm for me that I wouldn't be wrecking anything or causing others problems when trying to run tests at a later date/time. Just to confirm here, mate, you are saying it's okay to ignore the .mds.tcLogs file, correct?
Yes.
From the help, indicating files that TestComplete, when integrated with source control, are not included and the reasons why.
Note, that the following files are not added to the source code control:
-
.tcCFGExtender - This file holds tester-specific settings for the project suite (such as the workspace layout).
-
.tcLS - This file contains tester-specific settings for the project suite or project (such as local paths to tested applications, local values of project and project suite variables).
-
.bak - Backup copies of script units.
-
.tlb - This is a type library that contains declarations of events used in the project.
-
.tcLogs - This file contains information on the project suite or project logs.
-
Log files.
-
Project item files that are physically located outside of the project suite folder.
To add detail to the .tcLogs files, these actually are a "linking" file for the project indicating which log entries are associated with the MDS file and where to find them. Everytime a new log entry is created, that file is updated. Because you don't need to version control/source control log files (they aren't source, they are output), you can safeily ignore them... and any other files in the list I just provided.
- tristaanogre5 years agoEsteemed Contributor
In fact... as a quick edit to my post... everything that I listed SHOULD be ignored in your .gitignore file. There is no need for any of them to be version controled and you may even cause problems if you do so.
- SeumasMack5 years agoOccasional Contributor
Thanks, mate. My team and I are brand new to TestComplete and it has given all of us so many headaches. Two of my Test Automation Engineers have moved back over to the Manual Test Team because they refuse to work with TestComplete.
In any event, I appreciate you taking the time to respond to my inquiry. I'm going to update our .gitignore file and include all of the items you presented.
Cheers,
Seumas
-
Related Content
- 10 months ago
- 2 years ago
Recent Discussions
- 19 hours ago
- 20 hours ago
- 5 days ago