Hello, As a part of my GSOC project[1], I have to run multiple cucumber tests in a single jenkins job(as there will be multiple languages for which I have to take screenshot). Currently to test my code, I wrote a simple script[2] which:
* Changes language code environment variables * Runs cucumber test for that language * Uploads it to commons. And works in my jenkins[3]. But I was thinking of converting this code to a shell script which I can put in build script of jenklns job-builder(only the changing environmental variables and running cucumber test). If that is the case where do I put the uploading image ruby script ? I would be happy to know if there is any alternative solution for it. Regards - [1]: https://www.mediawiki.org/wiki/Automatic_cross-language_screenshots [2]: https://github.com/vikassy/LanguageScreenshot/blob/master/VisualEditor/modules/ve-mw/test/browser/screenshot.rb [3]: https://vikassy.ci.cloudbees.com/job/LanguageScreenshot/9/console Regards -- Vikas S Yaligar (9481543789) IT Department NITK Surathkal
_______________________________________________ QA mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/qa
