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 ?
Integrate git with batch file
-
- Posts: 120
- Joined: Thu Mar 22, 2018 7:51 am
Integrate git with batch file
Regards,
Charu Solanki
Ranorex User
Charu Solanki
Ranorex User
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 3:30 pm
- Location: Graz, Austria
Re: Integrate git with batch file
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
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
-
- Posts: 120
- Joined: Thu Mar 22, 2018 7:51 am
Re: Integrate git with batch file
Hey,
Thanks for your reply. I have asked exactly the same what you have answered.
Thanks for your reply. I have asked exactly the same what you have answered.
Regards,
Charu Solanki
Ranorex User
Charu Solanki
Ranorex User