How to run Flex unit tests from the command line on Linux?

扶醉桌前 提交于 2019-12-08 09:27:03

问题


I am setting up a FlexBuilder build under Hudson/Jenkins on a Linux system. I want to execute our unit tests, but do it without using the standard GUI-based test runner.

What are my options?


回答1:


Folks seem to use something called xvfb. I haven't tried this solution myself so I'll just give you the links to the revelant articles I know :

http://www.benlondon.co.uk/2010/02/running-flexunit-09-tests-on-headless.html

http://life.neophi.com/danielr/2007/12/headless_linux_automated_flexu.html

http://www.brianlegros.com/blog/2009/12/20/using-xvnc-to-create-headless-ci-builds-for-flex-and-air-applications/

http://www.brianlegros.com/blog/2010/01/19/flexunit-and-continuous-integration-updates/



来源:https://stackoverflow.com/questions/5280746/how-to-run-flex-unit-tests-from-the-command-line-on-linux

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!