Search the Community
Showing results for tags 'jenkins'.
-
I have a autoit exe file which is used in upload/browse file functionality. This has been integrated with selenium framework and I am invoking the autoit exe using Java process and runtime. Now the issue is when I run the scripts and invoke the autoit exe in local it works perfectly. But when I use selenium grid or jenkins to run the scripts in another windows server it is not working. Can anyone please suggest any solution for this?
-
Hi, Please help me to configure Jenkins, or AutoIt, to see test results. I am using Jenkins to run my AutoIt scripts. I used following article to configure the Jenkins job: https://gopekannan.wordpress.com/2017/11/14/how-to-execute-autoit-script-using-jenkins/ Now, I start the build and can see that my EXE file is run on remote machine, and shows the messages that I used with ConsoleWriteError() and ConsoleWrite() functions. I do put them to log files and can see them. But can I see these messages in Console Output in Jenkins in real time? Without it, Jenkins shows me that build is running, but I cannot see what is the place of running. I attached a screenshot here. Thank you in advance.
-
I write java test cases with selenium and than use them in a maven project by specifying the dependencies example <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-java</artifactId> <version>2.47.1</version> </dependency> I was just wondering if anyone has had any experience running autoitX through maven and what dependencies they used?