1

LinuxシステムのHudson/JenkinsでFlexBuilderビルドをセットアップしています。単体テストを実行したいのですが、標準のGUIベースのテストランナーを使用せずに実行します。

私のオプションは何ですか?

4

1 に答える 1

2

人々は xvfb と呼ばれるものを使用しているようです。私はこの解決策を自分で試したことがないので、私が知っている関連記事へのリンクを提供します。

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/

于 2011-03-12T15:07:53.253 に答える