Skip to main content
Participant
April 26, 2010
Question

Does flexunit support remote run?

  • April 26, 2010
  • 1 reply
  • 496 views

Can i deploy the flext application and test cases on one machin, but run it from another machine?(the flex application is hosted on a web application)

This topic has been closed for replies.

1 reply

Inspiring
April 26, 2010

@wymnj - Currently the only wrappers for FlexUnit4 that exist to execute your tests are the FlashBuilder and the UIListener and CIListeners.  If you want to make a remote call to execute your tests you may want to look into using the CIListener with a build script (e.g. - Ant, Maven, etc) in the context of a CI server.  Executions can be schedule in the CI server to run w/o interaction.  If you're looking for a daemon process to make remote calls to, to execute your tests, that wrappers does not currently exist in the project.  That being said, there may be community members who have developed something that may help you.

Anyone built anything like this for FU4?