I have requirement to run sahi scripts using teamcity. I have done following configurations . 1. Created scripts in sahi editor, created build.xml & pushed code to github . 2. Created project in teamcity & have the following configuration:
- Created new VCS root & added respective github URL.
- Created build step using ant & defined following target -f Build.xml.
Assigned respective agent to project.
But when run in Teamcity, its showing success but browser is not getting launched or script getting executed. Hence requesting to provide an help regarding the same.