1

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?

Jordan Dea-Mattson
  • 5,791
  • 5
  • 38
  • 53
  • 1
    You already got a good answer below, but depending on whether your server is actually headless or not, you might also run into some serious issues with the Flash Player. I ended up deactivating all of my sound related unit test on Jenkins, because my virtual server does not have an audio card, which caused the player to crash every time... Good luck! – weltraumpirat Oct 29 '12 at 22:11

1 Answers1