For a while, I have been seeing that .prj file in my GitHub pull requests, and every time, it is that Katalon (or some other process) is writing that file’s absolute path to its <projectFileLocation> tag.
Nothing else, ever gets changed about the file.
What I’m thinking (and need help with)
I can think of two things:
remove the file from the GitHub repository, or
somehow tell Katalon to stop hardcoding the .prj file’s absolute path to the file itself…
I am seeking help on which of these I should do and why…
The former, I can do right now, and is simpler to me, but it means that, if I get another machine (or if I train a peer on the project), try to clone the project repository on to that machine, and try to open it in Katalon Studio, it won’t work.