Git Merge conflict com.kms.katalon.composer.testcase.properties

hello @kazurayam and @automation1
I agree with automation1 comment as this is not harmless to remove it from git.

For example, I need to version the file com.katalon.plugin.report.properties in order to correctly configure plugins generation for jenkins and other member team folders correctly :

Content of “com.katalon.plugin.report.properties”
#Wed Oct 21 17:54:55 CEST 2020
generatePDF=false
generateHTML=true
generateCSV=false
generateJUnit=true

this is not the only file which contains important configuration :
com.katalon.katalon-studio-smart-xpath.properties, com.kms.katalon.execution.webui.properties, com.kms.katalon.integration.analytics.properties, …

For me, timestamp should be removed in order to be able to be git versionned without any merge conflicts

1 Like