Page 1 of 1

Integrate git with batch file

Posted: Thu Mar 21, 2019 8:49 am
by csolanki
Hi,

I am planning to integrate git with my batch file, which will work as an input to invoke my test cases. My doubt is, each time I execute test scripts, it updates reports folder in Ranorex and after each execution in cmd line, I can see git has files to add. If I delete those files, still it says deleted files.

I want to send ranorex report to my email id and that report alone should get generated rest should get deleted. What I can do to achieve it ?

Re: Integrate git with batch file

Posted: Mon Mar 25, 2019 7:56 am
by Support Team
Hello csolanki,

I'm not sure if I understand your issue correctly, but if you don't want to add the report files to git, you should consider using a .gitignore file in and exclude the report files.
The post .gitignore for Ranorex 6.x covers this topic.

Sincerely,
Bernhard

Re: Integrate git with batch file

Posted: Mon Mar 25, 2019 9:19 am
by csolanki
Hey,

Thanks for your reply. I have asked exactly the same what you have answered.