rnagulapalle Posted October 26, 2014 Posted October 26, 2014 Hi All, I have been testing windows installation (.exe/.msi) with autoit. But just wondering, is there any way that I can integrate these .au3 files with Jenkins server. Can someone please help me out. Thanks Rj
JohnOne Posted October 26, 2014 Posted October 26, 2014 report your own post, and ask it to be moved to developer chat. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
jvanegmond Posted October 28, 2014 Posted October 28, 2014 We use Jenkins to deploy VMs and deploy our software installers and the AutoIt test scripts (in compiled form). You can probably also run the test scripts from Jenkins, but we don't do this. Our scenario is probably overly specific for your use case. One of the problems we haven't solved yet is dependency management for test scripts. We want a good package manager to do this for us but AFAIK none exist for AutoIt. Currently it's using SVN imports. This is a lot of manual work and generally not fun. github.com/jvanegmond
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now