Search the Community
Showing results for tags 'jenkins'.
-
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...
-
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 wond...